7
votes
8answers
2k views
How do you add a NOT NULL Column to a large table in SQL Server?
To add a NOT NULL Column to a table with many records, a DEFAULT constraint needs to be applied. This constraint causes the entire ALTER TABLE command to take a long time to run if the table is ver …
4
votes
Diagnosing Deadlocks in SQL Server 2005
The OP question was to ask why this problem occured. This post hopes to answer that while leaving possible solutions to be worked out by others.
This is probably an index related issue. For …
