How can we know if you database is available while the backup jobs are running ? Do backups affect the availability of the databases ?
Please let me know
Thanks
How can we know if you database is available while the backup jobs are running ? Do backups affect the availability of the databases ?
Please let me know
Thanks
Database backup does not obtain any locks or block anything while running.
Things that can cause some performance issue, If your are writing backups to the same drive where you data/data files are residing, if your system has to read and write at the same time on same drives than can slow the queries that are reading from database.
But I dont think anyone does backups to the same drives where data files are , kind of pointless. Other then that it shouldn't affect the performance.