 |
Alter Table Alter Column - SQL Server Planet
The Alter Column statement can modify the data type and the Nullable attribute of a column. The syntax is the same for SQL Server 2005 and SQL Server 2008 except 2008 allows the sparse attribute to be changed. For the example below, we will begin by creat
sqlserverplanet.com |
 |