MS SQL also Express on Azure VM – TempDB on ephemeral local disk
Fast SQL on Azure – nutshell: TempDB on fast local disk At least 3 disks for data and logs Read-only caching for data disks One of the most important things for SQL Server is to store TempDB on a fast ephemeral local – temporary disk. How to do it: Install SQL and configure it to […]