Recently while working on a project I ran into the SQL Server Express File Size Limitation. After tracking it down I thought it would be worth documenting here for the next time someone needs this. Microsoft SQL Server 2005 Express edition has a database size limit to 4GB Microsoft SQL Server 2008 Express edition has a database size limit to …

SQL Server Express File Size Limitation Read more »

Recently as part of an upgrade to SQL Server 2019, I needed to set the compatibility levels for a database to 150 (for 2019). You could certainly do this by clicking through the configuration dialogs for each database as shown here, but for a server with many databases that could take some time. Here are some of the compatibility levels …

Switching Compatibility Levels on Multiple Databases Read more »

Question submitted at SteveStedman.com:  Is there any formula to calculate size of TempDB? There are some great formula’s out there for instance to calculate the max server memory setting (https://bornsql.ca/s/memory/), however calculating the size of TempDB is not that simple? Consider the situation of 2 SQL Server with the same size databases, exact same hardware, the same tables, but the …

TempDB Sizing Question Read more »