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 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -