Here is another one of those best practice settings I run against new-to-me servers …
EXEC sp_MSForEachDB 'ALTER DATABASE [?] SET PAGE_VERIFY CHECKSUM WITH NO_WAIT';
On SQL2005 it errors saying you cannot change tempdb but that’s fine.
Here is another one of those best practice settings I run against new-to-me servers …
EXEC sp_MSForEachDB 'ALTER DATABASE [?] SET PAGE_VERIFY CHECKSUM WITH NO_WAIT';
On SQL2005 it errors saying you cannot change tempdb but that’s fine.