Best Practice No.20
Don’t forget to backup System Databases (Master, Model and Msdb) while configuring Backups for your SQL Server Instance.
Read moreLet's learn together!
Don’t forget to backup System Databases (Master, Model and Msdb) while configuring Backups for your SQL Server Instance.
Read moreHi Friends, SQLServerGeeks.com cordially invites you to SQL Server Day, the monthly dose of SQL Server knowledge & learning. And
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 moreConfigure start-up mode of your cluster SQL Services to Manual.
Read moreTry not to place user data on Primary File-group.
Read moreIf you are using Fill Factor don’t forget to enable Pad Index.
Read moreChange the recovery model of your databases to SIMPLE where you don’t need point in time recovery and don’t wish
Read moreIf you have to use Profiler on your production SQL Servers – filter as much as you can, configure profiler
Read moreRebuild can certainly remove Fragmentation but if the page count is less than 1000 pages, Rebuild is not required.
Read more