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.
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