Share Dot Net Experience
Allow and Disallow insert into identity field
Set IDENTITY_INSERT
ON|OFF.
Example(s)
Allow insert into identity field:
Set IDENTITY_INSERT tbk=l_Customer_Master ON
DisAllow insert into identity field:
Set IDENTITY_INSERT tbk=l_Customer_Master OFF
‹
›
Home
View web version