Groups | Blog | Home
all groups > sql server connect > november 2004 >

sql server connect : BackUp - Device Activation Error


Ajit
11/2/2004 10:33:38 AM
Hi,

I am trying to restore a database from a different server to my server and
also with a different name.

But it gives me an error.
ODBC-SQLState 42000
Device Activation Error.

Does anyone know what this is ?
Any help is appreciated.


Narayana Vyas Kondreddi
11/2/2004 7:03:57 PM
How are you restoring the database? Using Enterprise Manager or using
RESTORE DATABASE command? Can you show us the command?

It could be that the database files were on a drive letter, that aren't
there in the target machine. In that case, you have to use the WITH MOVE
option of the RESTORE command. Also see RESTORE FILELISTONLY command in SQL
Server Books Online. This will show you the path where the RESTORE command
is trying to place the files.

Last but not the least, you posted to too many groups. Posting this to
..server group would have been sufficient.
--
Vyas, MVP (SQL Server)
SQL Server Articles and Code Samples @ http://vyaskn.tripod.com/


[quoted text, click to view]

Ajit
11/4/2004 11:10:01 AM
Thank you for your help.
Restore was the option but that too was not working.

I had to change the directory structure on the options tab.

regards,

Ajit.

[quoted text, click to view]

AddThis Social Bookmark Button