antivirus with sql server

  • Trying to troubleshooting performance issue, and see what is the best practice for setting up anti-virus software.

    Is it a common practice for excluding .mdf, .ldf, .ndf files and backup files.

    What if backup files get infected, then we no longer can recover databases.

  • Use Transparent Data Encryption to encrypt the backups or a third part tool to encrypt them 🙂

    Thank You,

    Best Regards,

    SQLBuddy

  • How can that help???

  • And how do you infect a mdf or ldf file?

    It's the standard behavior to ignore .mdf and .ldf files in specific directories, you could also ignore a few other file types if you are using replication (scripts and bcp files) and you might want to ignore other directories if you are using filestream (or keep it in the list but plan for the small performance hit).

  • Excluding database files from the anti-virus is common others stuff is to restrict extra processes ,application,access on database files folder to other users and ports with the help of anti-virus and firewall of the OS

    Regards,
    Syed Jahanzaib Bin Hassan
    BSCS | MCTS | MCITP | OCA | OCP | OCE | SCJP | IBMCDBA

    My Blog
    www.aureus-salah.com

  • Don't forget to exclude the MSSQL system directories and the target backup location also.

  • Also exclude Full-Text catalog files

Viewing 7 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic. Login to reply