There are two different Stored Procedures insert data into a table, is it possible to catch what stored procedure name was that trigged the trigger in the trigger
There are two different Stored Procedures insert data into a table, is it possible to catch what stored procedure name was that trigged the trigger in the trigger
sp name in trigger
scotsman60
Mikael Gosen
you can pass the procname as a column as information to the table, then the triger can leep track of the source of change. Otherwise there is no way to get this information.
HTH, Jens Suessmeyer.
----
http://www.sqlserver2005.de
----