Blog Pages

Allows/Don't allow explicit values to be inserted into identity column

-- allow:
set identity_insert dbo.TableA on
-- don't allow:
set identity_insert dbo.TableA off

No comments:

Post a Comment