Hello,
How to add the NOT FOR REPLICATION Option to Existing Tables( IDENTITY column,FOREIGN KEY constraints )- TSQL.
Thanks,
Kanna.
alter table dbo.testtable
alter column [id] add NOT FOR REPLICATION
Hello,
How to add the NOT FOR REPLICATION Option to Existing Tables( IDENTITY column,FOREIGN KEY constraints )- TSQL.
Thanks,
Kanna.
alter table dbo.testtable
alter column [id] add NOT FOR REPLICATION
sql server,sql Accessing more than
No comments:
Post a Comment