Adding Not Null Column to Existing Table in SQL Server 2012
This blog is the continuation of my last blog link is here; where in I wrote about a new feature in SQL Server 2012 which optimizes addition of a adding not …
Read MoreSQL Server Education (by the geeks, for the geeks)
This blog is the continuation of my last blog link is here; where in I wrote about a new feature in SQL Server 2012 which optimizes addition of a adding not …
Read MoreMost of you must have come across the pain of adding a not null column with a default value to an existing big table. It takes minutes to SQL Server Add …
Read More