Best Practice No.27
Always change the Page_Verify Database Option to Checksum after you migrate it to SQL Server 2005 or higher. Checksum is
Read moreLet's learn together!
Always change the Page_Verify Database Option to Checksum after you migrate it to SQL Server 2005 or higher. Checksum is
Read moreMake sure Auto_Shrink is disabled for all Databases on your Production Servers.
Read moreKeep your TempDB Files & all other database files on separate disks.
Read moreDisable “xp_cmdshell” where it is not required. If this is required for some admin tasks make sure you disable this
Read moreset start-up mode of Standalone SQL Services to start automatically.
Read moreDon’t keep the System Database files & Windows installation on same disk.
Read moreWhen choosing service accounts, consider the principle of least privilege.
Read moreDon’t forget to backup System Databases (Master, Model and Msdb) while configuring Backups for your SQL Server Instance.
Read moreAlways keep Data and Log files on separate Physical Disk.
Read moreAvoid using SELECT * FROM <Table_Name>, try to use only the required Columns & Rows – if possible.
Read more