开发者

Log in SQL Server Express for audit

开发者 https://www.devze.com 2022-12-10 05:40 出处:网络
It is possible in SQL Server Express ha开发者_开发知识库ve a log of all operations \"SELECT / UPDATE / INSERT / DELETE\" being made.

It is possible in SQL Server Express ha开发者_开发知识库ve a log of all operations "SELECT / UPDATE / INSERT / DELETE" being made.

Thank you.


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


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/


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

0

精彩评论

暂无评论...
验证码 换一张
取 消