Shun
0
Q:

tsql table column constraint must be uppercase

alter table dbo.TableName 
  add constraint CK_TableName
  check (upper(ColumnNameToCheck) = ColumnNameToCheck collate Latin1_General_BIN2)
0

New to Communities?

Join the community