How to set IDENTITY_INSERT to OFF for all connection in SQL Server? -


i aware can turn off identity_insert current connection using following command

set identity_insert table on 

but want set on connection 10 minutes , want turn off.

is possible? if how can this?


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

c++ - How to test/verify that zero-initialization takes place -

node.js - Webpack/TypeScript Raising Errors When node_modules is Excluded -