Skip to content

Instantly share code, notes, and snippets.

@JamesSkemp
Created December 26, 2013 21:03
Show Gist options
  • Save JamesSkemp/8138671 to your computer and use it in GitHub Desktop.
Save JamesSkemp/8138671 to your computer and use it in GitHub Desktop.
T-SQL to alter a column in an existing table.
alter table [projectManagement].[Task]
alter column Name varchar(250) not null
@JamesSkemp
Copy link
Author

@JamesSkemp
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment