Comments
Sort by recent activity
I’ve been using SQL Code Guard and ran into a similar situation — even when specifying a single rule with /include:ME003 , the XML output sometimes includes other rules as well. From my experience, this usually happens if there are dependencies between rules or if the tool logs all checks internally but only highlights the ones you included. It’s still a useful tool for quick analysis, but I’d recommend double-checking the XML against the rules you’re actually interested in and maybe using filtering scripts afterwards to isolate the specific rule results. Overall, great guide for getting started with rule-based analysis! / comments
I’ve been using SQL Code Guard and ran into a similar situation — even when specifying a single rule with /include:ME003, the XML output sometimes includes other rules as well. From my experience, ...