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 |
dtrivedi
Posting Yak Master
153 Posts |
Posted - 2011-06-06 : 14:16:17
|
what does this error meanTITLE: Microsoft SQL Server Management Studio------------------------------Specified cast is not valid. (SqlManagerUI)------------------------------BUTTONS:OK------------------------------ |
|
jackv
Master Smack Fu Yak Hacker
2179 Posts |
Posted - 2011-06-07 : 01:40:30
|
What activity were you doing when this error occured?Jack Vamvas--------------------http://www.sqlserver-dba.com |
 |
|
dtrivedi
Posting Yak Master
153 Posts |
Posted - 2011-06-07 : 10:12:05
|
i was restoring the database from teh file |
 |
|
jackv
Master Smack Fu Yak Hacker
2179 Posts |
Posted - 2011-06-07 : 11:11:55
|
I'm assuming you are trying to restore from the GUI . Could try and do a RESTORE using T-SQL such as :RESTORE DATABASE MyDatabase FROM DISK = N'C:\mydb.bak' ?Are you able to restore?Is the version of the database you are trying to restore from the current or earlier versions?Jack Vamvas--------------------http://www.sqlserver-dba.com |
 |
|
|
|
|