Is there a SQL Server Profiler for SQL Server Express? [closed]
Is there a SQL Server Profiler for SQL Server Expess? Maybe an open-source one? Or maybe just a tool that helps me see what query is passed to the database? SP1 of SQL Server Express 2012 Advanced Services now includes the full SQL Management Studio, and this has the profiler. Ok, old question but maybe this helps other people with same problem. You can activate the SQL Server Express Error Log in a way that it monitors all statements runned agaist every database. To do so you must run the following on an elevated command prompt (that is, a command prompt runned as administrator): net stop