I have a server with 2 hard disks in it – each 400 GB. One hosts the the SQL Server files, the other one is used purely for backups. The backup disk fills up from time to time and I have to go in and delete old backups. I am no DBA so I am still trying to figure out a way to delete old backups automatically.
Can SQL Server perform slowly if the backup disk is almost full and has less than 100 MB space left on it; even though it doesn’t have the database files on it only backups?
The first disk which holds the database files is never full.
Thanks
You have a performance problem (‘sql server performs poorly’) so investigate it as a performance problem should be investiagted. Follow a methodology like Waits and Queues. Follow the Perforamnce Troubleshooting Flow Chart. Stop making guesses and taking random actions. Measure.