Andreas
Andreas

Reputation: 1311

Log sql-queries agains local sql-express instance

Is there a way to log all queries against the local sql-express instance?

Upvotes: 0

Views: 303

Answers (1)

Jive Boogie
Jive Boogie

Reputation: 1265

You can install the tools for tha evaluation of SQl Server and the DB for SQL Server Express and then use Profiler to log all the queries made against the Express instance.

Check this out.

Upvotes: 1

Related Questions