indoaryaan
IS-IT--Management
I have nText and DateTime columns in a table. A stored procedure updates the nText col for X number of users. The stored procedure does NOT query the DateTime column. But for few users, only some records(not all records), the DateTime column is being set to NULL. Clearly, a trigger is being fired sometime during the execution of the SP causing the NULL update on DateTime col. Is there a way, i can find which query(Trigger) is causing this during the execution of the main SP? Any help wpuld be appreciated. A sample script would be great....
Thanks....
Thanks....