Reputation: 14967
It is possible in SQL Server Express have a log of all operations "SELECT / UPDATE / INSERT / DELETE" being made.
Thank you.
Upvotes: 0
Views: 1841
Reputation: 3923
You need to run SQL Server Profiler, though. Freeware alternative is here
Upvotes: 1
Reputation: 41939
If you are using the express edition you do not have "SQL Server Profiler". But here is a free open source alternative:
http://code.google.com/p/sqlexpressprofiler/
Upvotes: 1
Reputation: 108567
We use something similar to this with SQL Server 2005. It should work in the express edition.
Upvotes: 0