Monday, March 19, 2012

migrate from 6.5 to 2000

Hi, i should have to migrate my SQL Server from SQL 6.5 to SQL 2000.
It should seem very simple but SQL 6.5 and SQL 2000 are on different servers
and in different domains.
My idea should be :
1) install sql 6.5 on the destination server
2) import data in sql 6.5 from a dump
3) make the convertion from 6.5 to 2000
Is this the way ?
Thank you.
Roby.
Hi robyemme,
If your just converting data then that should be ok ;)
If your converting data + structure then have a look at
http://msdn.microsoft.com/library/de...grade_5dko.asp
Peter
"What makes him think a middle aged actor [Clint Eastwood], who's played
with a chimp, could have a future in politics?"
Ronald Reagan
"robyemme" wrote:

> Hi, i should have to migrate my SQL Server from SQL 6.5 to SQL 2000.
> It should seem very simple but SQL 6.5 and SQL 2000 are on different servers
> and in different domains.
> My idea should be :
> 1) install sql 6.5 on the destination server
> 2) import data in sql 6.5 from a dump
> 3) make the convertion from 6.5 to 2000
> Is this the way ?
> Thank you.
> Roby.
>
>
|||I've to migrate data and other kinds of objects like views,s.p.,tables
structure,ecc. ecc.
Thank you for the answer.
Roby

No comments:

Post a Comment