Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Newbie questions on transactions
Message
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Other
Title:
Newbie questions on transactions
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01268372
Message ID:
01268372
Views:
60
I want to clarify a couple of things, please.

1. When updating SQL Server tables by switching to implicit (manual) transaction (using SqlSetProp( nConn, “TRANSACTION”, 2) and completing transaction with SqlCommit( nConn ), do I need to issue another SqlSetProp() to set TRANSACTION to 1? Or Sql Server automatically switches back to the automatic transaction setting?

2. Is it ok for most of the non-banking (read: non-critical) applications to leave the Sql Server Isolation level to the default (Read committee)?

Thank you in advance.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Next
Reply
Map
View

Click here to load this message in the networking platform