Comments
2 comments
-
It looks like SQL Code Guard didn't filter out the rules correctly. Have you tried explicitly specifying exclusions using
/exclude:ME001,ME002
? Also, does the log confirm only ME003 was applied? -
You’re right to check the exclusions explicitly. I’ll try using
/exclude:ME001,ME002
and review the log to confirm if only ME003 was applied. If the issue persists, I’ll investigate further or adjust the configuration. Thanks for the suggestion!
Add comment
Please sign in to leave a comment.
I run: R:\Tim van Loosbroek\code guard>SqlCodeGuard30.Cmd.exe /server:** /database:** /outfile:**.xml /include:ME003 /log:**.log
The log:
But the XML output files contains all rules?