Watch this example on YouTube
To fix it replace
Alter Table Test1Add IsValid bit not null Default 0
with
IF COL_LENGTH('dbo.Test1', 'IsValid') Is NullBeginAlter Table Test1Add IsValid bit not null Default 0End
No comments:
Post a Comment