Comments
3 comments
-
Could you please post the SQL Backup command that your job is using to back up your databases?
Thanks. -
Peter,
How can I view the command that the application executes? -
Using Management Studio, look for the job that backs up your databases. There should be a T-SQL step that runs the backup command via SQL Backup.
Add comment
Please sign in to leave a comment.
How can I remove the databases from SQL Backup? Is there some sort of config or ini file that I need to manually edit to remove references to the databases that have been deleted?