Re: Backup Database
From: Uri Dimant (urid_at_iscar.co.il)
Date: 02/18/04
- Next message: Keith Kratochvil: "Re: Backup Database"
- Previous message: Mike Randall: "Cursor Type"
- In reply to: André Almeida Maldonado: "Re: Backup Database"
- Next in thread: Keith Kratochvil: "Re: Backup Database"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 18 Feb 2004 15:36:42 +0200
Member of Adminstrators Group.(Domain Administrators)
"André Almeida Maldonado" <deweb@bol.com.br> wrote in message
news:uFh4sMi9DHA.3428@tk2msftngp13.phx.gbl...
>
> Is the sa account.......
>
>
> "Uri Dimant" <urid@iscar.co.il> escreveu na mensagem
> news:%23hIYJCi9DHA.3348@TK2MSFTNGP09.phx.gbl...
> > Hi
> > Make sure that appropriate file permissions are given to the account
under
> > which SQL Server was started.
> >
> >
> >
> > "André Almeida Maldonado" <deweb@bol.com.br> wrote in message
> > news:eMxTuwh9DHA.1592@TK2MSFTNGP10.phx.gbl...
> > > Hey Guys... So...
> > >
> > > I have to backup my database, and to do it, I'm executing this code:
> > >
> > > USE master
> > > EXEC sp_addumpdevice 'disk', 'backup_folder', 'c:\backup.dat'
> > >
> > > GO
> > >
> > > BACKUP DATABASE EVARTE
> > > TO backup_folder
> > >
> > > But I'm receiving the following error:
> > >
> > > Server: Msg 3201, Level 16, State 1, Line 2
> > > Cannot open backup device 'backup_folder'. Device error or device
> > off-line.
> > > See the SQL Server error log for more details.
> > > Server: Msg 3013, Level 16, State 1, Line 2
> > > BACKUP DATABASE is terminating abnormally.
> > >
> > > WHY????????
> > >
> > > My code is equal to the Sql Server Books Online example.....
> > >
> > >
> > >
> >
> >
>
>
- Next message: Keith Kratochvil: "Re: Backup Database"
- Previous message: Mike Randall: "Cursor Type"
- In reply to: André Almeida Maldonado: "Re: Backup Database"
- Next in thread: Keith Kratochvil: "Re: Backup Database"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|