Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
Older Versions of SQL (v6.5, v6.0, v4.2)
»
Older Versions of SQL (v6.5, v6.0, v4.2)
»
Upgrading SQL 6.5 to 2000 or higher
Upgrading SQL 6.5 to 2000 or higher
Rate Topic
Display Mode
Topic Options
Author
Message
alex_briseno22
alex_briseno22
Posted Wednesday, February 02, 2011 8:39 AM
Forum Newbie
Group: General Forum Members
Last Login: Friday, February 04, 2011 2:55 PM
Points: 3,
Visits: 13
Hi , I´d like to know the right procedure to migrate an old version sql 6.5 to Sql 2000 and the right Sql 2000 Collation or equivalent that I need to install in the new Sql 2000 before migrate.
This is the 6.5 collation .
Sort Order Description ------------------------------------------------------------------
Character Set = 1, iso_1 ISO 8859-1 (Latin-1) - Western European 8-bit character set. Sort Order = 52, nocase Case-insensitive dictionary sort order for use with several We stern-European languages including English, French, and German . Uses the ISO 8859-1 character set. Characters, in Order ------------------------------------------------------------------
! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~ ¡ ¢ £ ¤ ¥ ¦ § ¨ © ª « ¬ ® ¯ ° ± ² ³ ´ µ ¶ ·
I was wondering if I could use the DTS to transfer data when the sql2000 is already on.
I think that I need to migrate to 2000 before migrate to 2005 or higher , I'm right ??
Thks a lot.
Alex.
Post #1057520
Steve Jones - SSC Editor
Steve Jones - SSC Editor
Posted Wednesday, February 02, 2011 8:49 AM
SSC-Dedicated
Group: Administrators
Last Login: Today @ 3:26 PM
Points: 31,425,
Visits: 13,738
If you upgrade to SQL 7, you can move to 2005.
http://msdn.microsoft.com/en-US/library/ms143393%28v=SQL.90%29.aspx
However, DTS was better in SQL 2000. You ought to be able to restore the database from v6.5 backup to 2000 directly, and that would set your collation. In newer versions of SQL, you don't need the server collation to match, so you can have separate collations for the database.
Follow me on Twitter:
@way0utwest
Forum Etiquette: How to post data/code on a forum to get the best help
Post #1057529
alex_briseno22
alex_briseno22
Posted Thursday, February 03, 2011 11:55 AM
Forum Newbie
Group: General Forum Members
Last Login: Friday, February 04, 2011 2:55 PM
Points: 3,
Visits: 13
Hi...thks for your quick response
I tried to restore the database directly in sql 2005 but I got this error.
Msg 3241, Level 16, State 0, Line 1
The media family on device 'D:\Database.dat' is incorrectly formed. SQL Server cannot process this media family.
Msg 3013, Level 16, State 1, Line 1
RESTORE FILELIST is terminating abnormally.
The 6.5 Backup it's fine, because I restored the same backup on the 6.5 server and there is no problem.
Post #1058276
Elliott Whitlow
Elliott Whitlow
Posted Thursday, February 03, 2011 12:23 PM
SSCertifiable
Group: General Forum Members
Last Login: Wednesday, April 24, 2013 12:02 PM
Points: 5,854,
Visits: 4,873
I don't remember being able to do restores from 6.5 to 7 or 2000. The file structure is ENTIRELY different, first big difference V4-6.5 used 2K pages, 7-Present use 8K pages.. And thats only the start.. I think you need to use the wizard and migrate the database from 6.5 to 2000 and then you should be able to attach or backup/restore it to any same or higher version..
CEWII
Post #1058294
Steve Jones - SSC Editor
Steve Jones - SSC Editor
Posted Thursday, February 03, 2011 1:46 PM
SSC-Dedicated
Group: Administrators
Last Login: Today @ 3:26 PM
Points: 31,425,
Visits: 13,738
I thought that SQL 7/2000 could restore up from v6.5, but maybe not. This mentions the upgrade wizard, which might just be a DTS transfer
http://msdn.microsoft.com/en-us/library/aa176562(v=SQL.80).aspx
Follow me on Twitter:
@way0utwest
Forum Etiquette: How to post data/code on a forum to get the best help
Post #1058355
Elliott Whitlow
Elliott Whitlow
Posted Thursday, February 03, 2011 1:52 PM
SSCertifiable
Group: General Forum Members
Last Login: Wednesday, April 24, 2013 12:02 PM
Points: 5,854,
Visits: 4,873
I used the upgrade wizard to go from 6.5 to 2000 in ~2002, it worked pretty good. That wizard didn't do anything with DTS since it didn't exist in 6.5. It might have handled it for 7 to 2000...
CEWII
Post #1058360
Steve Jones - SSC Editor
Steve Jones - SSC Editor
Posted Thursday, February 03, 2011 1:59 PM
SSC-Dedicated
Group: Administrators
Last Login: Today @ 3:26 PM
Points: 31,425,
Visits: 13,738
Isn't the upgrade wizard part of 2000 though, not v6.5? So it might be doing a script objects/ bcp data, which is all that the DTS xfer database does.
In any case, I think that to move you might need to do that to get to 2000, then upgrade those dbs to 2005.
Follow me on Twitter:
@way0utwest
Forum Etiquette: How to post data/code on a forum to get the best help
Post #1058365
alex_briseno22
alex_briseno22
Posted Thursday, February 03, 2011 3:04 PM
Forum Newbie
Group: General Forum Members
Last Login: Friday, February 04, 2011 2:55 PM
Points: 3,
Visits: 13
Ok...I'll try to do it using the upgrade wizard, and I'll let you know if works or not..
Thks a lot for your comments, I hope...everyting goes well
Post #1058409
Meet George Jetson
Meet George Jetson
Posted Friday, February 04, 2011 12:44 PM
Ten Centuries
Group: General Forum Members
Last Login: Yesterday @ 7:47 AM
Points: 1,273,
Visits: 1,203
Sorry I am a little late to the party but Elliott is correct. Using the Wizard is the most efficient and less stressful way to upgrade a 6.5 database. The one annoying part of upgrading to 7 was having to step through the service packs.
Chris Powell
George: You're kidding.
Elroy: Nope.
George: Then lie to me and say you're kidding.
Post #1058968
Elliott Whitlow
Elliott Whitlow
Posted Friday, February 04, 2011 2:34 PM
SSCertifiable
Group: General Forum Members
Last Login: Wednesday, April 24, 2013 12:02 PM
Points: 5,854,
Visits: 4,873
I don't think you have to go through 7, I seem to remember going directly from 6.5 to 2000, this was in like 2002 so it was a while ago but I'm pretty sure we didn't go through 7..
CEWII
Post #1059040
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.