Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set IMPLICIT_TRANSACTIONS
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Divers
Thread ID:
00638591
Message ID:
00638877
Vues:
25
Are the ratings related to the application that you have to build?

-Mike

>So, to do a transactional app the basic options are:
>
>(Best method)
>Put the objects in COM+, use declarative transactions with DTC by setting the supports/requires transaction flag of my package. This enables support of distributed transactions.
>
>(Secondary method)
>Use explicit transactions inside stored procedures. No distributed transaction support.
>
>(Third method)
>Code the transactions myself with either DB_TRANSMANUAL or DB_TRANSAUTO, either from a middle tier or the client app itself. This does allow the business rules to control the transactions.
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