Comments
3 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! -
It seems like SqlCodeGuard isn't properly filtering the output for rule ME003, even though it's specified in the command. Double-check that the rule code is correct and ensure the tool is handling the
/include
flag properly. If the issue continues, consider checking the documentation or contacting support for help.
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?