Viewing 4 posts - 1 through 5 (of 5 total)
For generic auditing purpose!
July 20, 2008 at 11:51 pm
That is not the problem for me as I am doing all this for auditing purpose rather thats good if I am getting user information too. Simply I want to...
July 18, 2008 at 12:36 pm
I have tried using the following tables but still not able to get the result
SELECT deqs.last_execution_time AS [Time], dest.TEXT AS [Query]
FROM sys.dm_exec_query_stats AS deqs
...
July 18, 2008 at 7:00 am
i want to get the query inside that trigger! (programatically)
July 18, 2008 at 6:04 am
Viewing 4 posts - 1 through 5 (of 5 total)