|
We recently updgraded a standby sql 2005 server from 2GB to 4GB. (The production sql 2005 server has 2GB RAM) Then we started getting the following error after a tape restore:
It seems we could do tape backups and restores on the standby server but not a restore from the production server. We have since reverted back to 2GB and it works ok again. Has anyone else seen this error? Do we need to specify the blocksize in the backup and restore? Thanks, Chris
(comments are locked)
|
|
Are you using a 3rd party to backup the DB? If you are using SQL Server can you send the t-sql you are using? If you are using SSMS to restore have you tried t-sql? Rgds JL Here is the sql syntax we are using, we backup 2 databases to tape and then restore them, here is the syntax for one: BACKUP DATABASE [mydatabase] TO [externalDAT] WITH NOINIT , NOUNLOAD , NAME = N'tape backup', restore database mydatabase from externalDAT with file = 2, nounload, stats = 10, replace, CHECKSUM, STOP_ON_ERROR, standby = 'd:mssqlbackupstandby.ldf' Thanks, Chris
Apr 05 '10 at 06:03 PM
Chris 3
(comments are locked)
|
|
DOS error 87 is Invalid Parameter. You might want to Google that. It's sometimes connected with LPT (printer) ports, so that suggests it's something to do with devices.
(comments are locked)
|

