Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Default Value RAND issue

$
0
0
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]

Viewing all articles
Browse latest Browse all 3145

Trending Articles