Comments
Sort by recent activity
tim_vl, this is actually a known quirk with certain versions of SQL Code Guard. Even when you specify /include:ME003, the tool sometimes still processes the entire default ruleset. A workaround that usually fixes it is running: SqlCodeGuard30.Cmd.exe ... /exclude:ALL /include:ME003 ... That clears out the default rules first, then forces only ME003 to run. Another approach is to create a custom ruleset.xml with just ME003 enabled and reference it using /ruleset. Also make sure you’re on the latest build—some of the older releases had bugs with include/exclude logic. On a side note, if you’re into tweaking tools and getting the most out of software, you might find Spotify Mod interesting—it’s similar in the sense that it unlocks extra functionality compared to the default app. / comments
tim_vl, this is actually a known quirk with certain versions of SQL Code Guard. Even when you specify /include:ME003, the tool sometimes still processes the entire default ruleset. A workaround tha...