Question: When you delete data from a table, is SQL Server reducing immediately the size of that table? Continue reading Sql Server Interview question: Data deletion / Size reduction
Tag Archives: size
How do you find the index size of a table?
We can use the following query to find the size of the index. Continue reading How do you find the index size of a table?