我现在正在分析数据库,需要查看在特定表上执行的 UPDATE 和 INSERT 语句。
但是,由于该表包含“密码”列,因此 SQL Profiler 非常谨慎,将该TextData
列替换为:
-- 'password' was found in the text of this event.
-- The text has been replaced with this comment for security reasons.
我该如何阻止它这样做,因为我需要查看正在执行的 SQL 语句?
答案1
- 恢复到 sql server 2000 sp3
- 升级到 SQL Server 2005
- 用这个黑客哪个补丁sqlservr.exe 绝对不受微软支持。