Articolo che elenca e spiega come evitare i 10 più comuni errori che si fanno con T-SQL, che, secondo l’autore, sono i seguenti:
- NULLs and the NOT IN predicate
- Functions on indexed columns in predicates
- Incorrect subquery column
- Data type mismatch in predicates
- Predicate evaluation order
- Outer joins and placement of predicates
- Subqueries that return more than one value
- Use of SELECT *
- Scalar user-defined functions
- Overuse of cursors
Articolo veramente interessante, di breve lettura ma di grande utilità.
http://www.simple-talk.com/sql/t-sql-programming/ten-common-sql-programming-mistakes/