Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Trigger question
Message
De
22/01/2001 19:56:15
 
 
À
22/01/2001 12:34:37
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Divers
Thread ID:
00466553
Message ID:
00467068
Vues:
14
>>Main problem here is the SP you call from the trigger won't have access to the inserted/deleted tables.
>
>yeah - and that's a show-stopper in my case - thanks!

You may try something like...

select from inserted into #inserted
select from deleted into #deleted

The, you should be able to access those temp tables in a SP you call.

BOb
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform