Best Practice No.11
Configure your anti-virus to exclude all your Database related files namely (mdf, ndf, ldf, trn, bak, log, tuf and other
Read moreLet's learn together!
Configure your anti-virus to exclude all your Database related files namely (mdf, ndf, ldf, trn, bak, log, tuf and other
Read moreKeep Guest account disabled for all your User Databases.
Read moreI’ll be delivering another webcast in Lunch Time series and this time its on How to Monitor SQL Servers using
Read moreProvide appropriate Fill Factor while creating\rebuilding Indexes to avoid\minimize fragmentation.
Read moreMake sure Auto_Close is disabled for all Databases on your Production Servers.
Read moreMake 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 more