I am working on an SQL script-inspecting software. Do you know about any SQL anti-patterns that can be possibly parsed automatically? False positives are okay.
Asked
Active
Viewed 68 times
-1
-
This question seems too broad as it is. You can even find lots of anti-patterns here already: https://stackoverflow.com/questions/346659/what-are-the-most-common-sql-anti-patterns#346679 – Acapulco Jul 26 '18 at 15:31
-
1@Acapulco Sorry I didn't realize there is no right answer to the question. Thank you for the link, of course I have checked it. – Peter Kvačkay Jul 26 '18 at 16:19
-
No worries. StackOverflow is much more helpful (and you'll make it easier for people to help you out) if there's a concrete issue you are asking about. For example, you could try to parse an anti-pattern you found and if you get an error, you can ask for help on that specific error. – Acapulco Jul 27 '18 at 14:25