Friday, July 11, 2014

How to alter default values in Sql Server?

alter table  test drop constraint DF__test__Id
alter table  test add  constraint DF__test__Id default 1 for Id

No comments:

Post a Comment