Viewing 4 posts - 31 through 34 (of 34 total)
To create a separate function for each table should have a finite and limited number of tables, I say good?
May 26, 2008 at 4:21 pm
Unfortunately the names of the table passed at the function represent temporary tables whose name is given by: a prefix + user ID (for example tmpProduct123 to indicate the products...
May 26, 2008 at 3:58 pm
OK try the approach with stored procedures even though I will have to change much code.
I hoped there was some trick.
Thanks
Sergio
May 26, 2008 at 3:21 pm
Carl Federl (5/13/2008)
Why would you need to know the original SQL Statement ?
I need to know the statement T-SQL to track DML commands in a audit trigger.
Thank you
Sergio
May 13, 2008 at 11:05 am
Viewing 4 posts - 31 through 34 (of 34 total)