dbTalk Databases Forums  

backup always fails on restore

microsoft.public.sqlserver.tools microsoft.public.sqlserver.tools


Discuss backup always fails on restore in the microsoft.public.sqlserver.tools forum.



Reply
 
Thread Tools Display Modes
  #21  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: backup always fails on restore - 09-27-2008 , 03:54 PM






John A Grandy (johnagrandy-at-gmail-dot-com) writes:
Quote:
SQL Server 2005 Developer Edition for all boxes.

I have a small database on a W03S x64 box. I perform a backup using
SSMS. No errors.

I copy the .bak file ( ~ 0.5 gb ) to an XP machine and use SSMS to restore
it. I receive the error :


Restore failed for Server 'localhost'. (Microsoft.SqlServer.Smo)

System.Data.SqlClient.SqlError: RESTORE detected an error on page
(0:1194741) in database "MyDb" as read from the backup set.
(Microsoft.SqlServer.Smo)


I repeat the process and receive the same error.
First, you should try to restore the backup on the same machine
where you took the backup. If that fails, the problem is in the areas
that Russell discusses:

1) The database is corrupt.
2) The backup is bad.
3) The disk to which you write the backup is bad.

You could narrow this down by backing up the database to another disk.

If the backup on the source server succeeds, then you are presumably
victim to some network problem which corrupts the database when you
copy it. (Or you have a hardware problem on the machine that performs
the copy.)


--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx



Reply With Quote
  #22  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: backup always fails on restore - 09-27-2008 , 03:54 PM






John A Grandy (johnagrandy-at-gmail-dot-com) writes:
Quote:
SQL Server 2005 Developer Edition for all boxes.

I have a small database on a W03S x64 box. I perform a backup using
SSMS. No errors.

I copy the .bak file ( ~ 0.5 gb ) to an XP machine and use SSMS to restore
it. I receive the error :


Restore failed for Server 'localhost'. (Microsoft.SqlServer.Smo)

System.Data.SqlClient.SqlError: RESTORE detected an error on page
(0:1194741) in database "MyDb" as read from the backup set.
(Microsoft.SqlServer.Smo)


I repeat the process and receive the same error.
First, you should try to restore the backup on the same machine
where you took the backup. If that fails, the problem is in the areas
that Russell discusses:

1) The database is corrupt.
2) The backup is bad.
3) The disk to which you write the backup is bad.

You could narrow this down by backing up the database to another disk.

If the backup on the source server succeeds, then you are presumably
victim to some network problem which corrupts the database when you
copy it. (Or you have a hardware problem on the machine that performs
the copy.)


--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx



Reply With Quote
  #23  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: backup always fails on restore - 09-27-2008 , 03:54 PM



John A Grandy (johnagrandy-at-gmail-dot-com) writes:
Quote:
SQL Server 2005 Developer Edition for all boxes.

I have a small database on a W03S x64 box. I perform a backup using
SSMS. No errors.

I copy the .bak file ( ~ 0.5 gb ) to an XP machine and use SSMS to restore
it. I receive the error :


Restore failed for Server 'localhost'. (Microsoft.SqlServer.Smo)

System.Data.SqlClient.SqlError: RESTORE detected an error on page
(0:1194741) in database "MyDb" as read from the backup set.
(Microsoft.SqlServer.Smo)


I repeat the process and receive the same error.
First, you should try to restore the backup on the same machine
where you took the backup. If that fails, the problem is in the areas
that Russell discusses:

1) The database is corrupt.
2) The backup is bad.
3) The disk to which you write the backup is bad.

You could narrow this down by backing up the database to another disk.

If the backup on the source server succeeds, then you are presumably
victim to some network problem which corrupts the database when you
copy it. (Or you have a hardware problem on the machine that performs
the copy.)


--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx



Reply With Quote
  #24  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: backup always fails on restore - 09-27-2008 , 03:54 PM



John A Grandy (johnagrandy-at-gmail-dot-com) writes:
Quote:
SQL Server 2005 Developer Edition for all boxes.

I have a small database on a W03S x64 box. I perform a backup using
SSMS. No errors.

I copy the .bak file ( ~ 0.5 gb ) to an XP machine and use SSMS to restore
it. I receive the error :


Restore failed for Server 'localhost'. (Microsoft.SqlServer.Smo)

System.Data.SqlClient.SqlError: RESTORE detected an error on page
(0:1194741) in database "MyDb" as read from the backup set.
(Microsoft.SqlServer.Smo)


I repeat the process and receive the same error.
First, you should try to restore the backup on the same machine
where you took the backup. If that fails, the problem is in the areas
that Russell discusses:

1) The database is corrupt.
2) The backup is bad.
3) The disk to which you write the backup is bad.

You could narrow this down by backing up the database to another disk.

If the backup on the source server succeeds, then you are presumably
victim to some network problem which corrupts the database when you
copy it. (Or you have a hardware problem on the machine that performs
the copy.)


--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx



Reply With Quote
  #25  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: backup always fails on restore - 09-27-2008 , 03:54 PM



John A Grandy (johnagrandy-at-gmail-dot-com) writes:
Quote:
SQL Server 2005 Developer Edition for all boxes.

I have a small database on a W03S x64 box. I perform a backup using
SSMS. No errors.

I copy the .bak file ( ~ 0.5 gb ) to an XP machine and use SSMS to restore
it. I receive the error :


Restore failed for Server 'localhost'. (Microsoft.SqlServer.Smo)

System.Data.SqlClient.SqlError: RESTORE detected an error on page
(0:1194741) in database "MyDb" as read from the backup set.
(Microsoft.SqlServer.Smo)


I repeat the process and receive the same error.
First, you should try to restore the backup on the same machine
where you took the backup. If that fails, the problem is in the areas
that Russell discusses:

1) The database is corrupt.
2) The backup is bad.
3) The disk to which you write the backup is bad.

You could narrow this down by backing up the database to another disk.

If the backup on the source server succeeds, then you are presumably
victim to some network problem which corrupts the database when you
copy it. (Or you have a hardware problem on the machine that performs
the copy.)


--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx



Reply With Quote
  #26  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: backup always fails on restore - 09-27-2008 , 03:54 PM



John A Grandy (johnagrandy-at-gmail-dot-com) writes:
Quote:
SQL Server 2005 Developer Edition for all boxes.

I have a small database on a W03S x64 box. I perform a backup using
SSMS. No errors.

I copy the .bak file ( ~ 0.5 gb ) to an XP machine and use SSMS to restore
it. I receive the error :


Restore failed for Server 'localhost'. (Microsoft.SqlServer.Smo)

System.Data.SqlClient.SqlError: RESTORE detected an error on page
(0:1194741) in database "MyDb" as read from the backup set.
(Microsoft.SqlServer.Smo)


I repeat the process and receive the same error.
First, you should try to restore the backup on the same machine
where you took the backup. If that fails, the problem is in the areas
that Russell discusses:

1) The database is corrupt.
2) The backup is bad.
3) The disk to which you write the backup is bad.

You could narrow this down by backing up the database to another disk.

If the backup on the source server succeeds, then you are presumably
victim to some network problem which corrupts the database when you
copy it. (Or you have a hardware problem on the machine that performs
the copy.)


--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx



Reply With Quote
  #27  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: backup always fails on restore - 09-27-2008 , 03:54 PM



John A Grandy (johnagrandy-at-gmail-dot-com) writes:
Quote:
SQL Server 2005 Developer Edition for all boxes.

I have a small database on a W03S x64 box. I perform a backup using
SSMS. No errors.

I copy the .bak file ( ~ 0.5 gb ) to an XP machine and use SSMS to restore
it. I receive the error :


Restore failed for Server 'localhost'. (Microsoft.SqlServer.Smo)

System.Data.SqlClient.SqlError: RESTORE detected an error on page
(0:1194741) in database "MyDb" as read from the backup set.
(Microsoft.SqlServer.Smo)


I repeat the process and receive the same error.
First, you should try to restore the backup on the same machine
where you took the backup. If that fails, the problem is in the areas
that Russell discusses:

1) The database is corrupt.
2) The backup is bad.
3) The disk to which you write the backup is bad.

You could narrow this down by backing up the database to another disk.

If the backup on the source server succeeds, then you are presumably
victim to some network problem which corrupts the database when you
copy it. (Or you have a hardware problem on the machine that performs
the copy.)


--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx



Reply With Quote
  #28  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: backup always fails on restore - 09-27-2008 , 03:54 PM



John A Grandy (johnagrandy-at-gmail-dot-com) writes:
Quote:
SQL Server 2005 Developer Edition for all boxes.

I have a small database on a W03S x64 box. I perform a backup using
SSMS. No errors.

I copy the .bak file ( ~ 0.5 gb ) to an XP machine and use SSMS to restore
it. I receive the error :


Restore failed for Server 'localhost'. (Microsoft.SqlServer.Smo)

System.Data.SqlClient.SqlError: RESTORE detected an error on page
(0:1194741) in database "MyDb" as read from the backup set.
(Microsoft.SqlServer.Smo)


I repeat the process and receive the same error.
First, you should try to restore the backup on the same machine
where you took the backup. If that fails, the problem is in the areas
that Russell discusses:

1) The database is corrupt.
2) The backup is bad.
3) The disk to which you write the backup is bad.

You could narrow this down by backing up the database to another disk.

If the backup on the source server succeeds, then you are presumably
victim to some network problem which corrupts the database when you
copy it. (Or you have a hardware problem on the machine that performs
the copy.)


--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.