|
|
 |
| 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 p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |

September 18th, 2009, 09:47 AM
|
|
Authorized User
|
|
Join Date: Sep 2004
Location: , , .
Posts: 47
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
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
|

September 18th, 2009, 10:52 AM
|
|
Friend of Wrox
|
|
Join Date: May 2004
Location: India
Posts: 563
Thanks: 0
Thanked 14 Times in 14 Posts
|
|
Following is the broad checklist : - Take full backup of databases before migrating
- User security should match with new database
- Test of connectivity from all different sources
- Check for following connectivity:
- Remote users are able to connect as earlier (with updated client)
- batch jobs are running fine
- imports and exports jobs are running fine
__________________
Om Prakash Pant
|

September 18th, 2009, 11:03 AM
|
|
Authorized User
|
|
Join Date: Sep 2004
Location: , , .
Posts: 47
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
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?
|

September 18th, 2009, 01:46 PM
|
|
Friend of Wrox
|
|
Join Date: May 2004
Location: India
Posts: 563
Thanks: 0
Thanked 14 Times in 14 Posts
|
|
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
|

September 18th, 2009, 02:39 PM
|
|
Authorized User
|
|
Join Date: Sep 2004
Location: , , .
Posts: 47
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
Thank you!
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |