Created
December 26, 2013 21:03
-
-
Save JamesSkemp/8138671 to your computer and use it in GitHub Desktop.
T-SQL to alter a column in an existing table.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alter table [projectManagement].[Task] | |
alter column Name varchar(250) not null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Will be maintained at https://gist.github.com/JamesSkemp/5a481d8c46dc4e7df3a7