Inside the ZIP file you'll find info on how to avoid specific patterns that affect negatively the performance of the SQL server, and some other stuff that doesn't, but we had to specify a standard to avoid everyone going their own way (all with examples):
- UDFs
- Triggers
- Cursors
- Datatypes
- Ranking Functions
- WHERE/JOIN clauses
- DISTINCT
- String Delimiters
- System Tables
- IDENTITY
- ID Values
- DateTime format
- GO Commands
- Common mistakes
And here it is! SQL Forbidden Patterns
Let me know your thoughts on the comments section!
Special thanks to Guillaume Columeau, who helped me (back then) to build up the content of the course.