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 |
jhothika
Starting Member
3 Posts |
Posted - 2009-03-09 : 09:44:36
|
the following error is coming in my project:"device activation error.'c:\program files\microsoft sql server\mssql\data\filedownloadtime_data.mdf' may be incorrect.file 'filedownloadtime_data' cannot be restored to 'c:\program files\microsoft sql server\mssql\data\filedownloadtime_data.mdf'.use "with move" to identify a valid location for the file.MY QUERY:HOW THEN I CAN RESTORE THE BACKUP FILE "filedownloadtime" USING FROM DEVICE OPTION?PLEASE REPLY ME AS SOON AS POSSIBLE...jho |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2009-03-09 : 10:41:25
|
Give another filename that is valid. E 12°55'05.63"N 56°04'39.26" |
|
|
jhothika
Starting Member
3 Posts |
Posted - 2009-03-14 : 02:51:34
|
thank you sir......but we tried the idea given by you.....but its not working........jho |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2009-03-14 : 12:11:46
|
Can you post the code you are using? |
|
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2009-03-14 : 13:04:41
|
quote: Originally posted by jhothika the following error is coming in my project:"device activation error.'c:\program files\microsoft sql server\mssql\data\filedownloadtime_data.mdf' may be incorrect.file 'filedownloadtime_data' cannot be restored to 'c:\program files\microsoft sql server\mssql\data\filedownloadtime_data.mdf'.use "with move" to identify a valid location for the file.MY QUERY:HOW THEN I CAN RESTORE THE BACKUP FILE "filedownloadtime" USING FROM DEVICE OPTION?PLEASE REPLY ME AS SOON AS POSSIBLE...jho
Error says to use MOVE OPTION with diff location. |
|
|
|
|
|