7/22/2014 2:18:49 PM

SQL

Change the column size of a SQL Server table column.

ALTER TABLE [MyTable] ALTER COLUMN [MyColumn] nvarchar(1024) NULL