vote up 0 vote down star

It is possible in SQL Server Express have a log of all operations "SELECT / UPDATE / INSERT / DELETE" being made.

Thank you.

flag

3 Answers

vote up 0 vote down check

You need to run SQL Server Profiler, though. Freeware alternative is here

link|flag
vote up 0 vote down

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/

link|flag
vote up 0 vote down

We use something similar to this with SQL Server 2005. It should work in the express edition.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.