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)
»
Upgrade SQL Server 6.5 to SQL Server 2005
18 posts, Page 1 of 2
1
2
»»
Upgrade SQL Server 6.5 to SQL Server 2005
Rate Topic
Display Mode
Topic Options
Author
Message
sqldba.paree
sqldba.paree
Posted Monday, January 19, 2009 2:13 PM
Forum Newbie
Group: General Forum Members
Last Login: Wednesday, January 18, 2012 12:06 PM
Points: 7,
Visits: 75
We have 5 databses (master and 4 user DB's) that need to be Upgraded from SQL Server 6.5 to 2005.
Is there a Standard procedure one can prescribe for the Process.
Post #639516
Vivien Xing
Vivien Xing
Posted Monday, January 19, 2009 2:36 PM
Ten Centuries
Group: General Forum Members
Last Login: Tuesday, March 26, 2013 7:19 AM
Points: 1,279,
Visits: 2,191
This may help.
http://www.sqlservercentral.com/Forums/Topic514288-357-1.aspx
Post #639526
sqldba.paree
sqldba.paree
Posted Monday, January 19, 2009 3:00 PM
Forum Newbie
Group: General Forum Members
Last Login: Wednesday, January 18, 2012 12:06 PM
Points: 7,
Visits: 75
I did look at it.
I was wondering if I could get something Solid to rely on.
If there was anyone who succesfully completed the Migration.
Thanks
Post #639537
Vivien Xing
Vivien Xing
Posted Monday, January 19, 2009 3:23 PM
Ten Centuries
Group: General Forum Members
Last Login: Tuesday, March 26, 2013 7:19 AM
Points: 1,279,
Visits: 2,191
sqldba.paree (1/19/2009)
I did look at it.
I was wondering if I could get something Solid to rely on.
If there was anyone who succesfully completed the Migration.
Thanks
It depends on your own environment. At least, here are some links may help to start with. You need to work out your own plan.
http://support.microsoft.com/kb/322620
http://support.microsoft.com/kb/261334
Yes, 6.5 can be successfully migrated to SQL2000. That is why there is no much 6.5 left, plus MS does not support it for many years already.
Post #639548
sqldba.paree
sqldba.paree
Posted Friday, January 23, 2009 8:20 AM
Forum Newbie
Group: General Forum Members
Last Login: Wednesday, January 18, 2012 12:06 PM
Points: 7,
Visits: 75
I tried to follow the steps.
And was able to Upgrade the SQL6.5 to SQL2000.
I'm having issues with logins, that need to be migrated from the 6.5 to 2000.
1.As there is not a Sp_help_revlogin script, for login trasfer between 6.5 to 2000. I'm not able to migrate the logins.
2.Since, I have been able to Upgrade the DB's succesfully. I went ahead with the next step, to migrate it over to SQL2005.
I took the 2000 Backup and tried it on to 2005. It restored ok, but after restore, the DB comes with a message ( Pubs( SQL 6.5 Compatible)) and
the Database is completely unavailable. I cant do anything on it.
i.e: when I right click on the DB the options are greyed out.
And there is no expand(+) option.
Is there a reason for this?
Post #642491
Adi Cohn-120898
Adi Cohn-120898
Posted Friday, January 23, 2009 8:49 AM
SSCrazy
Group: General Forum Members
Last Login: Yesterday @ 10:47 PM
Points: 2,023,
Visits: 4,948
First I have to admit that I’m shooting in the dark because I haven’t seen SQL Server 6.5 for many years. After you upgrade the server to SQL Server 2000 make sure that your database’s compatibility level is set for SQL Server 2000. You can use the GUI or sp_dbcmptlevel. Only after you modify the compatibility level to SQL Server 2000, backup the database and then try to restore it to SQL Server 2005,
Adi
--------------------------------------------------------------
To know how to ask questions and increase the chances of getting asnwers:
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
Post #642515
David O
David O
Posted Friday, January 23, 2009 9:13 AM
SSC-Enthusiastic
Group: General Forum Members
Last Login: Yesterday @ 3:30 PM
Points: 170,
Visits: 703
If you made the jump to 2005 ok you should be able to use:
ALTER DATABASE database_name
SET COMPATIBILITY_LEVEL = { 80 | 90 | 100 }
to fix the compat level.
Good luck,
Post #642549
sqldba.paree
sqldba.paree
Posted Friday, January 23, 2009 9:55 AM
Forum Newbie
Group: General Forum Members
Last Login: Wednesday, January 18, 2012 12:06 PM
Points: 7,
Visits: 75
I was able to bring the DB's workable this time, by changing the compatibility level.
Thanks a Lot for the Info.
However, I still have issues persisting with logins.
Is there a way I can script the logins from a SQL6.5, so that I can transfer them over to 2000
Post #642613
David O
David O
Posted Friday, January 23, 2009 10:09 AM
SSC-Enthusiastic
Group: General Forum Members
Last Login: Yesterday @ 3:30 PM
Points: 170,
Visits: 703
Are you dealing with Windows Auth or Sql logins?
Post #642629
sqldba.paree
sqldba.paree
Posted Friday, January 23, 2009 10:41 AM
Forum Newbie
Group: General Forum Members
Last Login: Wednesday, January 18, 2012 12:06 PM
Points: 7,
Visits: 75
There are all sql logins.
I'm trying to script the logins but i'm not able to find the script to do so.
Something similar to sp_help_revlogin.
Post #642648
« Prev Topic
|
Next Topic »
18 posts, Page 1 of 2
1
2
»»
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.