TSQL Tutorial 26: Pivot and Unpivot

  Hello, I’m briefly going to discuss one topic that can easily throw you under the bridge if you did not take the time to actually practice it. Pivot and unpivot is not your regular every day TSQL term but its good to know it and use it when needed. We are going to take baby steps […]

Read More

TSQL Tutorial 24: Index Maintenance

Here we go again, guys. Lets take care of our indexes this time. Fragmentation occurs in case of large number of DML Statements on a table which has indexes. When any record is deleted from the table which has any index, it creates a memory gap(empty space) which causes internal fragmentation.Fragmentation can also be caused […]

Read More