What is wrong with this Statement?[code="sql"]ALTER TABLE tblCallADD CONSTRAINT DF_ReinspectTagDEFAULT (RAND) FOR ReinspectTag[/code][code="plain"]Msg 128, Level 15, State 1, Line 219The name "RAND" is not permitted in this context. Valid expressions are constants, constant expressions, and (in some contexts) variables. Column names are not permitted.[/code]
↧