The Ron's Blog

Ok this is where I'm putting the HUMOR and other NON-Technical Rants. Ok I call it humor. Others might not.... Whatever your view point. You have your right to it. So try to enjoy. That is my intent. Life is too short not to laugh.

My Photo
Name:
Location: National Park, New Jersey, United States

"The Ron" is very into his wife Cindi and his home life. They've raised some really cool children who are tech savvy. I'm a major computer "geek" myself who started on hardware side of analog and digital electronics in late 70' and early 80's. I'm currently programming in C# (C Sharp not C Octothorp). I started in software on PC side with CPM and DOS 1.0 using Assembler and C. I'm currently a software developer working in Business Intelligence and Enterprise Software Development with a Fortune 100 company. I like outdoor nature stuff, cooking on the grill and comedy of all types. This helps balance the hard core geek in me. Oh yea... Semper Fi !! "You can take man out of Marine Corps but not Marine Corps out of man."

Tuesday, August 15, 2006

FOR DEVELOPERS - USING SQL SERVER 2000 AND 2005 SIDE BY SIDE

Ok everyone here are the HIGH LEVEL directions for using both versions of SQL SERVER on your development box.

As you all know you can install and use Visual Studio 2003 and 2005 on the same computer and they will play nice.

It can be that easy with SQL SERVER if you follow this basic over view.

What I'm going to describe is for those of you who have installed SQL SERVER 2000 several times in your developer lifetime.

For our purposes lets assume the computer your installing on has NOT had SQL SERVER installed on it yet.

We are going to install both in to their own NAMED INSTANCES called SQL2000 and SQL2005. (original huh?)

We will be installing ALL FEATURES.

For SQL SERVER 2000 you could likely do this with entirely with the default instance and rely only on the SQL SERVER 2005 to be the named instance.

You will install Analysis Server 2000 in it's default location since it does not do named instances.

First you install SQL SERVER 2000 with all patches in a named instance called SQL2000.
Then the Analysis Server 2000 and patches in the default instance.
Followed by the Reporting Services with patches in to the SQL2000 named instance.

Next you install the SQL SERVER 2005 selecting all features into a named instance callled SQL2005.

During the initial stages of the a setup be sure to select any option that say migrate and NOT UPGRADE.

For the reporting server select the option to "configure the report server later"
(READ THIS FIRST: http://msdn2.microsoft.com/en-us/library/ms143520.aspx)

When you are done your directory structure should basically be like this.

Microsoft Analysis Services 2000

C:\Program Files\Microsoft Analysis Services - SQL Server Analysis Server (SSAS) Only installs as default. No Named Instances

Microsoft SQL Server

Default Folders

C:\Program Files\Microsoft SQL Server\80 - Default Binaries and Tools Area

C:\Program Files\Microsoft SQL Server\90 - Default Binaries and Tools Area

SS 2000 Named Instance Folders (called SQL2000)

C:\Program Files\Microsoft SQL Server\MSSQL - SQL Server Reporting Services (SSRS) 2000

C:\Program Files\Microsoft SQL Server\MSSQL$SQL2000 - SS 2000

SS 2005 Named Instance Folders (called SQL2005)

C:\Program Files\Microsoft SQL Server\MSSQL.1 - SQL Server 2005

C:\Program Files\Microsoft SQL Server\MSSQL.2 - SQL Server Analysis Server (SSAS) 2005

C:\Program Files\Microsoft SQL Server\MSSQL.3 - SQL Server Reporting Services (SSRS) 2005

In this configuration I'm runing Two flavors each of Visual Studio, SQL Server, Analysis Server and Reporting Server.

This allows me to have all my older tools for production and development work. I can work in both .NET frameworks, upgrade cubes and migrate all kinds of things.

Life is grand.

So enjoy!

The Ron

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home