Re: Trigger and SP
From: Tom Moreau (tom_at_dont.spam.me.cips.ca)
Date: 12/14/04
- Next message: Vi: "Result Set from sp_executesql and OPENQUERY"
- Previous message: Rob Borek [MS MVP]: "Re: PDA to sqlserver problem"
- In reply to: Brandon Lilly: "Re: Trigger and SP"
- Next in thread: David Gugick: "Re: Trigger and SP"
- Reply: David Gugick: "Re: Trigger and SP"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 14 Dec 2004 18:54:54 -0500
Really? Can you point me to the ref in the BOL? Thanx.
-- Tom ---------------------------------------------------- Thomas A. Moreau, BSc, PhD, MCSE, MCDBA SQL Server MVP Columnist, SQL Server Professional Toronto, ON Canada www.pinnaclepublishing.com . "Brandon Lilly" <avarice@nospam.swbell.net> wrote in message news:E120A675-BBE6-410C-99F0-C3049BEBA84D@microsoft.com... > A trigger cannot have a parameter passed to or from it. Please describe > what it is that you really want to accomplish. Actually, a trigger CAN have a parameter passed FROM it to a stored procedure. With that said, you should be careful with triggers, as one or MORE rows might have been updated, so you have to take that into account when writing the trigger. Brandon
- Next message: Vi: "Result Set from sp_executesql and OPENQUERY"
- Previous message: Rob Borek [MS MVP]: "Re: PDA to sqlserver problem"
- In reply to: Brandon Lilly: "Re: Trigger and SP"
- Next in thread: David Gugick: "Re: Trigger and SP"
- Reply: David Gugick: "Re: Trigger and SP"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading