Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Restore DB direttamente dal NAS...da un device

5 views
Skip to first unread message

Alen Cappelletti

unread,
Nov 24, 2009, 6:31:56 AM11/24/09
to
Ciao sto cercando di fare il restore di un DB da un device (contiene
svariati DB) posto sul NAS...ma ricevo sempre quest'errore...[myTest]
è il n° 6
GRAZIE Alen
________

RESTORE DATABASE [myTest] from [NAS] WITH FILE = 6, NOUNLOAD, STATS
= 10


Msg 3154, Level 16, State 4, Line 1
The backup set holds a backup of a database other than the existing
'myTest' database.
Msg 3013, Level 16, State 1, Line 1
RESTORE DATABASE is terminating abnormally.

Luca Bianchi

unread,
Nov 24, 2009, 7:39:12 AM11/24/09
to
> Msg 3154, Level 16, State 4, Line 1
> The backup set holds a backup of a database other than the existing
> 'myTest' database.

SQL Server si accorge che il backup che vuoi ripristinare NON � del database
che c'� attualmente nell'istanza (a prescindere dal nome); puoi eliminare il
database prima di procedere al restore oppure puoi aggiungere al comando
l'opzione REPLACE...

Bye

--
Luca Bianchi
Microsoft MVP - SQL Server
http://community.ugiss.org/blogs/lbianchi


0 new messages