Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Trigger Invocation Cancel All Work
Message
 
 
À
24/10/2001 06:00:12
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Divers
Thread ID:
00572479
Message ID:
00572553
Vues:
23
>Hello,
>
>I need some help about this:
>
>I've a trigger in a table that writes some data in another table of another database, but the main problem it's when the local application send a group of updates to the triggered table all the process betewwen this instructions
>
>set implicit transaction on
>
>insert into table1 (...)
>update table 2 (...) /* This it's the triggered table */
>
>'IF @@TRANCOUNT > 0 COMMIT TRAN'
Is there any reason why the line above is encosed in the quotes?

>set implicit transaction off
>
>simple disapear! It's like the transactions were not comitted...
>
>Ideas?!
>
>Thanks,
>Manuel Almeida
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform