Painting Blue Code
Simple, self-explanatory code snippets.
2013-09-27
TSQL - Change a column from nullable to non nullable
ALTER
TABLE
[DATABASE_NAME]
.[SCHEMA_NAME].
[TABLE_NAME]
ALTER
COLUMN
[Column Name]
varchar
(
8
)
NOT
NULL;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment