Showing posts with label upgrade. Show all posts
Showing posts with label upgrade. Show all posts

Friday, March 23, 2012

Restore sql server 2000 backup on sql server 2008

Based on the books online I am not allowed to upgrade a database at sql server 2000 to sql server 2008. But I tried restoring the sql server 2000 backup on the Katmai release available and it works. It initially did have the database in sql server 2000 compatibility mode but later I was even able to change the mode to be 2008 compatible.

So what is it am I allowed to do it or not?

I think it means that you cannot upgrade a SQL Server 2000 instance to SQL Server 2008.

The database itself should be compatible (one way of course). What exactly is stated in the BOL?

WesleyB

Visit my SQL Server weblog @. http://dis4ea.blogspot.com

|||

You can upgrade a SQL Server 2000 database directly to SQL Server 2008.

This is fully supported.

Not all of the upgrade setup code is in yet, so there are limitations on what upgrade scenarios are supported at this point. (Actually, I don't believe any instance upgrade is supported as of the July CTP.)

If you can give me a pointer to the BOL section you read, I'll make sure it is correct, or get it corrected.

Thanks

Restore sql server 2000 backup on sql server 2008

Based on the books online I am not allowed to upgrade a database at sql server 2000 to sql server 2008. But I tried restoring the sql server 2000 backup on the Katmai release available and it works. It initially did have the database in sql server 2000 compatibility mode but later I was even able to change the mode to be 2008 compatible.

So what is it am I allowed to do it or not?

I think it means that you cannot upgrade a SQL Server 2000 instance to SQL Server 2008.

The database itself should be compatible (one way of course). What exactly is stated in the BOL?

WesleyB

Visit my SQL Server weblog @. http://dis4ea.blogspot.com

|||

You can upgrade a SQL Server 2000 database directly to SQL Server 2008.

This is fully supported.

Not all of the upgrade setup code is in yet, so there are limitations on what upgrade scenarios are supported at this point. (Actually, I don't believe any instance upgrade is supported as of the July CTP.)

If you can give me a pointer to the BOL section you read, I'll make sure it is correct, or get it corrected.

Thanks

sql

Monday, February 20, 2012

Restore master database with upgrade from SQL7 to SQL2000

Dear all,
I would like to copy all DB's (incl. master) from a machine running SQL7 to another machine running SQL2000.
I was thinking about a backup/restore method, but I have a problem with 'master'. I get this error message:

The backup of the system database on device T:\BACKUPS\DataBkp\MASTERBKP cannot be restored because it was created by a different version of the server (117441473) than this server (134218112).

How can I upgrade my backup file so that SQL2000 can read it?
Thanks in advance.If I understand you want to port you SQL Server 7.0 environment to a SQL Server 2000 environment and retain your SQL Server 7.0 environment as well.

This may be the long way but how about the following steps:

1) Install SQL Server 7.0 (A) on the soon to be SQL Server 2000 first.
2) Move the databases from the original SQL Server 7 (B) over
3) Upgrade SQL Server 7.0 (A) to 2000|||Right!
It seems to be the only solution. And I would have had the same problem with msdb and model (see http://support.microsoft.com/default.aspx?scid=kb;en-us;Q264474)
Thanks for your help!
--marc

Restore master & msdb without backup files

Hi,
I need to restore mater and msdb database on SQL Server.
When the network guy upgrade server from Windows NT 4.0 to
Windows 2000 Server, he massed up the C: drive so the
SQL installation is gone.
Because I've installed sql on D:\MSSQL folder,
necessary .mdf & .ldf files are in there.
However, because I didn't create backup file.
I'm trouble to restore master & msdb file.
The BOL said that I cannot attach database unless I
detached that database.
And also master & msdb databases are not allowed to detach.
I didn't tryed yet, but Can I just install SQL again and
overwrite .mdf & .ldf from old installation?
Does anyone successfully restored master without backup?
Any tip or advice would be helpful.
Thank you.
- Hyung -Make sure you save those files somewhere safe before doing anything to start
with. Have a look here. These explain how to fix most of your issues:
http://www.support.microsoft.com/?id=314546 Moving DB's between Servers
http://www.support.microsoft.com/?id=224071 Moving SQL Server Databases
to a New Location with Detach/Attach
http://support.microsoft.com/?id=221465 Using WITH MOVE in a
Restore
http://www.support.microsoft.com/?id=246133 How To Transfer Logins and
Passwords Between SQL Servers
http://www.support.microsoft.com/?id=298897 Mapping Logins & SIDs after a
Restore
http://www.dbmaint.com/SyncSqlLogins.asp Utility to map logins to
users
http://www.support.microsoft.com/?id=168001 User Logon and/or Permission
Errors After Restoring Dump
http://www.support.microsoft.com/?id=240872 How to Resolve Permission
Issues When a Database Is Moved Between SQL Servers
http://www.sqlservercentral.com/scripts/scriptdetails.asp?scriptid=599
Restoring a .mdf
http://www.support.microsoft.com/?id=307775 Disaster Recovery Articles
for SQL Server
--
Andrew J. Kelly
SQL Server MVP
"hrhoe" <hrhoe@.hotmail.com> wrote in message
news:01e401c39f0b$9658e250$a301280a@.phx.gbl...
> Hi,
> I need to restore mater and msdb database on SQL Server.
> When the network guy upgrade server from Windows NT 4.0 to
> Windows 2000 Server, he massed up the C: drive so the
> SQL installation is gone.
> Because I've installed sql on D:\MSSQL folder,
> necessary .mdf & .ldf files are in there.
> However, because I didn't create backup file.
> I'm trouble to restore master & msdb file.
> The BOL said that I cannot attach database unless I
> detached that database.
> And also master & msdb databases are not allowed to detach.
> I didn't tryed yet, but Can I just install SQL again and
> overwrite .mdf & .ldf from old installation?
> Does anyone successfully restored master without backup?
> Any tip or advice would be helpful.
> Thank you.
> - Hyung -|||Thank you,
I'll try those as soon as the Server is recovered.
- Hyung -|||Andrew,
I tried to rebuild master database after new SQL setup,
I got the error message:
"rebuild Master failed with error -1:
Do you know what this mean?|||No I don't. If you did a new install then why do you need to rebuild
Master?
--
Andrew J. Kelly
SQL Server MVP
"hrhoe" <hrhoe@.hotmail.com> wrote in message
news:020b01c39f31$3aa34ba0$a601280a@.phx.gbl...
> Andrew,
> I tried to rebuild master database after new SQL setup,
> I got the error message:
> "rebuild Master failed with error -1:
> Do you know what this mean?
>