Best Practice No.7
Make sure you configure SQL Server to run on a NON Default port.
Read moreLet's learn together!
Make sure you configure SQL Server to run on a NON Default port.
Read moreKeep Backup and Database files on separate disk to avoid single point of failure.
Read moreKeep VLF Count in check for all your transaction log files. Too many VLFs can cause slow DB Recovery &
Read moreUse Set NOCOUNT ON for all Batches, Stored Procedures and Triggers to reduce Network traffic for SQL Server.
Read moreGrant Granular access whenever possible to avoid providing elevated access.
Read moreThe KEEP PLAN query hint changes the recompilation thresholds for temporary tables, and makes them identical to those for permanent
Read moreDisable xp_cmdshell unless it is absolutely required.
Read more