Best Practice No.30
Enable “remote admin connections” on all your SQL Servers to be able to take DAC (Dedicated Admin Connection) remotely.
Read moreLet's learn together!
Enable “remote admin connections” on all your SQL Servers to be able to take DAC (Dedicated Admin Connection) remotely.
Read moreTrace flags are used to temporarily set specific server characteristics or to switch off a particular behavior. There are many
Read moreApply Password policy on all SQL Server logins (along with password expiration if possible) to avoid any security compromise.
Read moreUnderstand NOLOCK hint before using this in your transactions\applications – the data you are reading might not be consistent (Dirty
Read moreAlways change the Page_Verify Database Option to Checksum after you migrate it to SQL Server 2005 or higher. Checksum is
Read moreDo you have Key Lookup problem? Key lookup taking most of the query time. then probably this is the best
Read moreA Non Clustered Index which contains all columns which are referred by a Query (in Select, Where or Join) 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 moreIn my first SQL Tip Don’t forget to recycle your SQLServer ErrorLog I listed some common problems you may face
Read more