The Top 10 Developer Mistakes That Won't Scale on Microsoft SQL Server
Description
Avoid triggers, SELECT *, user-defined functions, dynamic SQL, big datatypes, heaps, storing binaries in the database, old indexes, TempDB, and SQL Server's v1 features.
Comments