Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
jbates99
Constraint Violating Yak Guru
396 Posts |
Posted - 2010-12-28 : 14:41:36
|
Hi everyone,backup database DEPDB to "\\PNCLRMDBCO\C$\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Backup\FromRMDB\DEPDB.bak" WITH INIT, COPY_ONLY;This parses correctly but fails upon execution becasue it cannot find a backup device named \\PNCLRMDBCO\C$\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Backup\FromRMDB\DEPDB.bakWill I HAVE to create a backup device to do the above ?Thanks, John |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
jbates99
Constraint Violating Yak Guru
396 Posts |
Posted - 2010-12-28 : 14:54:56
|
.... and that worked (of course).Thanks, Tara! |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|