SQL server question. Although my tests say "yes", I'd rather hear it from someone with experience.
When I use SET IDENTITY_INSERT some_table ON, I'd like to know that I can safely close my session without being anxious of forgetting to set it to off and thus creating trouble on some other user.