Tag: performance-optimization
All the articles with the tag "performance-optimization".
-
Auditing data types and column sizes in SQL Server
Adding a few ounces of sanity to your database schema today can save you from a metric ton of trouble and confusion later.
-
Determine the length of the largest text value in every database table column
Whenever I inherit a database from another developer, I always start by analyzing its size and schema to identify any immediate quick wins to improve its…