I want to backup a database with the SQL Query Analizer with the following instruction:
BACKUP DATABASE my_database
TO DISK 'C:\backups\my_ database.bak'
WITH FORMAT
GO
and send me this error
Cannot open backup device 'C:\backups\my_ database.bak'. Operating system error 3 (error not found)
BACKUP DATABASE is terminating abnormally
Please help me
Regards
BACKUP DATABASE my_database
TO DISK 'C:\backups\my_ database.bak'
WITH FORMAT
GO
and send me this error
Cannot open backup device 'C:\backups\my_ database.bak'. Operating system error 3 (error not found)
BACKUP DATABASE is terminating abnormally
Please help me
Regards
Comment