Re: Why BACKUP do not work to NET folder ?
From: Geoff N.Hiten (SRDBA_at_Careerbuilder.com)
Date: 02/18/04
- Next message: Anith Sen: "Re: Heterogeneous queries error"
- Previous message: Geoff N.Hiten: "Re: Backups Best Practices"
- In reply to: ch: "Re: Why BACKUP do not work to NET folder ?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 18 Feb 2004 10:14:59 -0500
I disagree. I backup to network (UNC) almost exclusively. I consider the
extra time for the backup a small tradeoff for the benefit of having a
backup on another system immediately. I consider a local backup too
vulnerable to catastrophic failure. YMMV.
-- Geoff N. Hiten Microsoft SQL Server MVP Senior Database Administrator Careerbuilder.com I support the Professional Association for SQL Server www.sqlpass.org "ch" <ch@dontemailme.com> wrote in message news:40337092.D8AA8C61@dontemailme.com... > it's not recommended to backup over the network. backup to local disk and then > copy the file to the share on the other computer. > > > "Dmitry N.Ananyev" wrote: > > > Why BACKUP do not work to NET folder ? > > > > (W2003XP Server) > > > > SQL is installed on computer with name CELERON. > > > > -- Work good -- > > BACKUP DATABASE [model] TO DISK = N'\\CELERON\for\model.BAK' WITH INIT , > > NOUNLOAD , NOSKIP , STATS = 10, NOFORMAT > > > > -- Not work -- > > BACKUP DATABASE [model] TO DISK = N'\\GLOBUS\for\model.BAK' WITH INIT , > > NOUNLOAD , NOSKIP , STATS = 10, NOFORMAT > > > > Why BACKUP is not work to NET folder of computer named GLOBUS? > > > > Earlier, under W2000Server worked good. > > > > PS. > > > > (Net Workgroup, GUEST in Administrators on GLOBUS) > > > > ******************************************************** > > Server: Msg 3201, Level 16, State 1, Line 5 > > Cannot open backup device '\\ GLOBUS \for\model.BAK'. Device error or device > > off-line. See the SQL Server error log for more details. > > Server: Msg 3013, Level 16, State 1, Line 5 > > BACKUP DATABASE is terminating abnormally. > > ******************************************************** >
- Next message: Anith Sen: "Re: Heterogeneous queries error"
- Previous message: Geoff N.Hiten: "Re: Backups Best Practices"
- In reply to: ch: "Re: Why BACKUP do not work to NET folder ?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|