Microsoft
Software
Hardware
Network
Question : Record / Log SQL Queries
I have a database that various people access in various ways, through dedicated apps, through a web based system (SSRS), and through MS sQL Server Management Studio. I need a solution to log the various queries that are run only if they return certain data, such as email address. Something like
Insert SQL Query into user_log table if rows returned are in ('email','address') etc
Can this be done?
Thanks
Mike
Answer : Record / Log SQL Queries
Allow me to repeat myself :-) :
You will have to run a trace. [See my previous comment for filtering of trace.]
If you need help setting up the trace, please let me know.
Random Solutions
floating divs
easy IF in asp.net
Need to retrieve my office xp key
Datagridview Combobox!
Missing Nodes in Asp.Net Menu
Microsoft Entourage 2008 hangs all of a sudden when launched.
Sort elements after explode in php
there was a smtp communication problem with the recipient's email server
sql isnull
How to dump one MySQL record to put in another database?