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: delete
How to delete column that has a foreign key in MsSql
Scenario : Delete a column that has a foreign key. Continue reading How to delete column that has a foreign key in MsSql