Had a requirement to perform an activity on SQL Server where I bring down an application for an activity however SQL Server is up for backups.The activity starts once sql backups are completed andi restart SQL Server once activity is complete. I need to ensure that there were no changes made to the user databases during the time the backups were being taken. Is there any query there to check the same.
↧