Kained Posted October 8, 2007 Posted October 8, 2007 Any one know of a way (free) to monitor what sql statements a program is sending to a sql server?
Bromcom_John Posted October 9, 2007 Posted October 9, 2007 MSSQL Profiler is built into the Full release of SQL. This can be used to montior any and all SQL requests coming into a database. As a component that may already be part of your install it could be considered "free". Only operational flaw with it in your scenario is if you are trying to track the input from one particular application as Profiler logs "everything" coming into the SQL server. Hope that helps
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now