Quantcast
Channel: Red Gate forums: SQL Backup 7
Viewing all articles
Browse latest Browse all 713

RE: Warning 140 CopyTo File already exist

$
0
0
Could you please run the following on the SQL Server instance that you are taking the backups on

Code:
SELECT * FROM msdb..backupset WHERE database_name = 'model'
  AND backup_start_date >= '2012-12-03 03:00' AND backup_finish_date <= '2012-12-03 03:05'

and post the results. Thanks.

Viewing all articles
Browse latest Browse all 713

Trending Articles