1. Do not change collation of TempDB from the SQL Server instance collation. 2. Do not change the TempDB database owner from sa. 3. Do not drop the TempDB database. 4. Do not drop or revoke the guest user from the database. 5. Do not change the recovery model from SIMPLE. 6. Allow for tempdb … Continue reading