Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Generating unique id numbers
Message
De
18/08/2000 08:46:41
 
 
À
16/08/2000 11:26:56
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Divers
Thread ID:
00404882
Message ID:
00406607
Vues:
25
Ken,

Don't mis-read what I wrote. I'm not saying that setting the connection to implement manual transactions is wrong. I was only filling in the backgroud with what I know.

The only place that you might run into issues is if you forget to commit or rollback the transaction. The other thing to remember is that a SELECT query will also start a transaction. You can see this with the following:

set implicit_transactions on
select * from authors
select @@trancount

run this in the QA. Don't forget to issues a ROLLBACK to kill the transaction.

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform