I am using SQL SERVER 2000 Enterprise Edition......
I need to be able to see and save the commands a user is running. DBCC INDEXBUFFER(<spid>) will only give me the last TSQL command the user ran. Is it possible to run a command/script to see all of the commands a user runs??
-Bill
I need to be able to see and save the commands a user is running. DBCC INDEXBUFFER(<spid>) will only give me the last TSQL command the user ran. Is it possible to run a command/script to see all of the commands a user runs??
-Bill