Wrox Programmer Forums
Go Back   Wrox Programmer Forums > SQL Server > SQL Server 2000 > SQL Server 2000
|
SQL Server 2000 General discussion of Microsoft SQL Server -- for topics that don't fit in one of the more specific SQL Server forums. version 2000 only. There's a new forum for SQL Server 2005.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server 2000 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 18th, 2009, 08:47 AM
Authorized User
 
Join Date: Sep 2004
Posts: 68
Thanks: 1
Thanked 0 Times in 0 Posts
Default Upgrade to SQL Server 2008 from 2000

Good morning.

I need to upgrade to SQL Server 2008 from SQL Server 2000.

I've downloaded and will run the upgrade assistant to identify my prereqs.

Any words of wisdom for the upgrade? Any known pitfalls, etc.?

Thank you for your help.

Sal
 
Old September 18th, 2009, 09:52 AM
Friend of Wrox
 
Join Date: May 2004
Posts: 642
Thanks: 0
Thanked 43 Times in 42 Posts
Default

Following is the broad checklist :
  1. Take full backup of databases before migrating
  2. User security should match with new database
  3. Test of connectivity from all different sources
  4. Check for following connectivity:
    1. Remote users are able to connect as earlier (with updated client)
    2. batch jobs are running fine
    3. imports and exports jobs are running fine
__________________
Om Prakash Pant
Click the "Thanks" button if this post helped you.
 
Old September 18th, 2009, 10:03 AM
Authorized User
 
Join Date: Sep 2004
Posts: 68
Thanks: 1
Thanked 0 Times in 0 Posts
Default

Thank you very much for your quick reply.

I'm assuming that all logon IDs will convert and they will not need to be recreated. is this correct?
 
Old September 18th, 2009, 12:46 PM
Friend of Wrox
 
Join Date: May 2004
Posts: 642
Thanks: 0
Thanked 43 Times in 42 Posts
Default

Basically you run a script at the sql2000 machine. Then run the output on the sql2005/sql2008 machine.

If the accounts are windows integrated they will just need to be created. But if they are sql accounts, they need to preserve their 'SQL' SID in order to work with the database, since its the sid, not the account name that connects them to a database.

Furthermore you need the hashed password so your users can continue use their passwords.

If your application are bought, the vendor should be able to assist in such a migration, that is if the application has support for SQL 2008.

Also check the following link:
http://support.microsoft.com/kb/246133
__________________
Om Prakash Pant
Click the "Thanks" button if this post helped you.
 
Old September 18th, 2009, 01:39 PM
Authorized User
 
Join Date: Sep 2004
Posts: 68
Thanks: 1
Thanked 0 Times in 0 Posts
Default

Thank you!





Similar Threads
Thread Thread Starter Forum Replies Last Post
SQL Server 2008 back to 2000 mat41 Classic ASP Basics 4 September 16th, 2009 06:06 PM
Upgrading to SQL Server 2008 from 2000 srotondo SQL Server 2008 0 August 17th, 2009 02:08 PM
Upgrade to SQL Server 2005 from 2000 srotondo SQL Server 2005 2 February 14th, 2008 02:26 PM
Upgrade 2000 DBs to 2005 or install SQL 2000/2005 cJeffreywang SQL Server ASP 0 February 13th, 2008 10:44 PM
Upgrade SQL Express to SQL Server timeware SQL Server 2005 2 August 27th, 2007 02:37 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.