March 17, 2014 at 11:58 pm
please let me know how this can be solved..
the backup taken in SQL Server 2008 R2 10.50.2500 version is not restoring in SQL Server 2008 R2 10.50.4000
irrespective of the destination server is a bit higher version, the error occurs...
______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂
March 18, 2014 at 12:03 am
Are you talking about MSDB?
---------------------------------------------------
"Thare are only 10 types of people in the world:
Those who understand binary, and those who don't."
March 18, 2014 at 12:05 am
its not any of the system database.. its one of the user database
______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂
March 18, 2014 at 12:17 am
What is the error message you are getting?
---------------------------------------------------
"Thare are only 10 types of people in the world:
Those who understand binary, and those who don't."
March 18, 2014 at 12:24 am
am not able select the backup file.. pls check the attached screeshot.
______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂
March 18, 2014 at 12:26 am
here it is..
______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂
March 18, 2014 at 12:28 am
Do the restore from T-SQL, post the exact error message.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 18, 2014 at 12:31 am
Msg 3241, Level 16, State 13, Line 1
The media family on device 'F:\DB backup\backup_2014_03_07_220436_4816312.bak' is incorrectly formed. SQL Server cannot process this media family.
Msg 3013, Level 16, State 1, Line 1
RESTORE DATABASE is terminating abnormally.
______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂
March 18, 2014 at 12:36 am
Hi all.. sorry for the inconvenience.. the backup file is been corrupted. just find using Restore Headeronly..
thanks!!
______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂
March 18, 2014 at 12:52 am
Yes, that was my next step.
---------------------------------------------------
"Thare are only 10 types of people in the world:
Those who understand binary, and those who don't."
March 18, 2014 at 1:04 am
I copied the file from other part of the world using TeraCopy.exe. Though the file size in bytes is same, the SQL command says its incomplete. Need to find other way to bring 20 GB of data to my local server.
______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂
March 18, 2014 at 4:02 am
use robocopy
---------------------------------------------------
"Thare are only 10 types of people in the world:
Those who understand binary, and those who don't."
Viewing 12 posts - 1 through 11 (of 11 total)
You must be logged in to reply to this topic. Login to reply