2
I’m doing it this way:
USE CEP_2014_09;
GO
BACKUP DATABASE CEP_2014_09
TO DISK = 'C:\Backup_teste\CEP_2014_09.bak'
WITH FORMAT,
MEDIANAME = 'z_CEP_2014_09',
NAME = 'Full Backup of CEP_2014_09';
GO
Mensagem 3201, Nível 16, Estado 1, Linha 1
Cannot open backup device 'C:\Backup_teste\CEP_2014_09.bak'. Operating system error 3(The system cannot find the path specified.).
Mensagem 3013, Nível 16, Estado 1, Linha 1
BACKUP DATABASE is terminating abnormally.
This folder exists: C: Backup_test?
– Andre Mesquita
Yes, he does exist,
– Harry
Make sure it is not permission problem using another write address. Example TO DISK = 'C: Users<seu_usuario> CEP_2014_09.Bak'.
– Andre Mesquita
I will ask again why it is not clear whether this folder exists on the server or on your machine. If that database is on the server that folder must exist on the server. That folder exists on the server?
– Reginaldo Rigo
the folder does not exist on the server! so the error, I will make the creation
– Harry