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 -

React Native allow user to reorder elements in a scrollview list -

multithreading - Exception in Application constructor -