Upgrade process from SQL2000 Standard to SQL20005 Standard
First check versions of SQL Server. You can do this by running SELECT @@VERSION on the master DB. For Analysis Services you can check by opening and clicking Help - About. 8.0.2039 = SP4
- Make backup of all DB's
- Apply SQL2000 SP4 if needed
- Apply SQL2000 Analysis Services SP4 if needed
- Install SQL2005
- Select the following
- SQL Server Database Services
- Analysis Services
- Workstation components, Books Online and development tools
- Others if needed
- Click Advanced
- Ensure pathing for each component
- Default Instance
- Select the following
- SQL Server Database Services 8.00.2039
- Analysis Services 8.0.2039.0
- SQL Server Authentication Mode
- Analysis will run
- Use the built-in System account (Local System)
- Latin1_General
- Accent - sensitive
- Dictionary order, case-insensitive, for use with 1252 Character Set.
- Install
- Install latest SP's / updates
No comments:
Post a Comment