I use SQL Server 2012 Express. This version doesn’t have a profiler (preview query to db), it is accessible in version Standard which is not free.
Do you now any free tool, which has possibility similar to profiler?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s possible to run SQL Trace on SQL Server Express. See this link for more info: http://www.codeproject.com/Tips/332293/How-to-trace-SQL-Server-Express-without-using-SQL
Profiler is in Standard Edition. It is also in Developer Edition, which is about £50 but of course you can’t use it in production.