Tuesday, July 20, 2010

Change the size of the column in SQL

To change the size of the column in SQL

ALTER TABLE [Deliverables] alter column [LastModifiedBy] nvarchar(50)