Groups | Blog | Home
all groups > sql server (alternate) > november 2004 >

sql server (alternate) : SQL6.5 restore


AHartman
11/19/2004 6:54:50 PM


Can you restore a SQL6.5 backup to a Sql2000sp3 ?


John Bell
11/20/2004 11:36:05 AM
Hi

They are two different architectures and therefore you can't. You will have
to load the backup onto a 6.5 installation. Upgrading from 6.5 to 2000 is
not always a simple issue and you should look at the section on
compatibility in Books online.

John
[quoted text, click to view]

Hernan Herrera
12/14/2004 11:21:51 AM
Ocupa BCP .. transfiere todas las tablas a archivos nativos de SQL .. crea
la base y las tablas en
el SQL 2000 y despues usa el BCP e inserta los datos a la nuevo SQL





"AHartman" <Hoosbruin@Kconline.com> escribió en el mensaje
news:85ydnXPpWsRRGgPcRVn-vw@kconline.com...
[quoted text, click to view]

JD
12/15/2004 3:18:59 PM
With SQL 6.5, don't you have to upgrade to 7.0 first, and then to 2000?


[quoted text, click to view]

JD
12/15/2004 4:16:32 PM
Thanks John. I thought I had read where it needed to be done through SQL 7.
I was being a bit lazy posting here but, I'm a bit busy and figured this
would provide me with a quick answer.

Say, John I have a off topic question for you. By any chance did you grow up
in central NY?
I had a childhood friend by the same name and figured I ask.

JD

[quoted text, click to view]

John Bell
12/15/2004 9:57:12 PM
Hi

You can upgrade directly to SQL 2000 through the wizard (BOL topic:
Upgrading Databases from SQL Server 6.5 (Upgrade Wizard)) , but depending on
how complex you application is you may have to do extra work on the
compatibility issues (See BOL: Backward compatibility). If you have multiple
installations or require a repeatable upgrade then you may want to look at
doing a staged conversion process using BCP or possibly DTS.

John

[quoted text, click to view]

John Bell
12/15/2004 11:45:01 PM
Hi JD

[quoted text, click to view]
Nope, never been to NY!

He's must be the good looking one!

John

JD
12/16/2004 9:04:07 AM
Thanks - it was worth a shot in the dark.


[quoted text, click to view]

AddThis Social Bookmark Button