我正在分析一个数据库,现在需要看到在特定的表上执行的UPDATE和INSERT语句。
但是,由于该表具有“密码”列,因此SQL事件探查器理解谨慎,并用以下代码replaceTextData列:
-- 'password' was found in the text of this event.
-- The text has been replaced with this comment for security reasons.
我如何防止这样做,因为我需要看到正在执行的SQL语句?