PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Hébergement serveur > ms.sqlserver.setup > SQL 2000 & 2005 installed side by side
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
ms.sqlserver.setup Questions about SQL Server.

SQL 2000 & 2005 installed side by side

Réponse
 
LinkBack Outils de la discussion
Vieux 21/09/2006, 07h58   #1
qa4ever
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut SQL 2000 & 2005 installed side by side

Hi

Is it posible to have Sql 2000 and 2005 installed on same box and have them
operational simultaniously, given different port and instance numbers?

Thanks,
Quality4Ever


  Réponse avec citation
Vieux 21/09/2006, 10h57   #2
Immy
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: SQL 2000 & 2005 installed side by side

Absolutely - YES!
"qa4ever" <qa4ever@hotmail.co.uk> wrote in message
news:OSZajtU3GHA.696@TK2MSFTNGP03.phx.gbl...
> Hi
>
> Is it posible to have Sql 2000 and 2005 installed on same box and have
> them operational simultaniously, given different port and instance
> numbers?
>
> Thanks,
> Quality4Ever
>



  Réponse avec citation
Vieux 21/09/2006, 15h27   #3
qa4ever
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: SQL 2000 & 2005 installed side by side

Great could you point me in documentation how to configure this?

And for example how the application differentiate between the different
servers, if this is not done by unique port numbers?

Thank you.
qa4ever

"Immy" <therealasianbabe@hotmail.com> wrote in message
news:OTtiORW3GHA.3508@TK2MSFTNGP03.phx.gbl...
> Absolutely - YES!
> "qa4ever" <qa4ever@hotmail.co.uk> wrote in message
> news:OSZajtU3GHA.696@TK2MSFTNGP03.phx.gbl...
>> Hi
>>
>> Is it posible to have Sql 2000 and 2005 installed on same box and have
>> them operational simultaniously, given different port and instance
>> numbers?
>>
>> Thanks,
>> Quality4Ever
>>

>
>



  Réponse avec citation
Vieux 21/09/2006, 17h57   #4
Immy
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: SQL 2000 & 2005 installed side by side

No - it's done by SQL instance naming.
by default - which ever installation you install first, you will have the
option to either name it e.g. SQL2000 or have it installed as the default
service.
By doing this it will allow the folloing interaction.

If you simply conncet to your server, say MYSQLSERVER - by default you will
connect to the version that you chose to install as a default install. This
can be 2000 or 2005 - it's your choice.

Then lets say you install 2005 - you won't be able to use default anymore,
but you can now name it 2005, therefore, when connection to the server, you
must now connect as MYQSLSERVER\SQL2005 (or whatever you called your
instance name)

Got it? It's very easy.

Read this article and dont worry about it onlt referring to SQL2000 - it's
the same logic.
http://msdn.microsoft.com/library/de...ar_cs_9i5u.asp
Immy

"qa4ever" <qa4ever@hotmail.co.uk> wrote in message
news:%23nM8foY3GHA.1060@TK2MSFTNGP04.phx.gbl...
> Great could you point me in documentation how to configure this?
>
> And for example how the application differentiate between the different
> servers, if this is not done by unique port numbers?
>
> Thank you.
> qa4ever
>
> "Immy" <therealasianbabe@hotmail.com> wrote in message
> news:OTtiORW3GHA.3508@TK2MSFTNGP03.phx.gbl...
>> Absolutely - YES!
>> "qa4ever" <qa4ever@hotmail.co.uk> wrote in message
>> news:OSZajtU3GHA.696@TK2MSFTNGP03.phx.gbl...
>>> Hi
>>>
>>> Is it posible to have Sql 2000 and 2005 installed on same box and have
>>> them operational simultaniously, given different port and instance
>>> numbers?
>>>
>>> Thanks,
>>> Quality4Ever
>>>

>>
>>

>
>



  Réponse avec citation
Vieux 22/09/2006, 17h27   #5
Rick Byham, MS
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: SQL 2000 & 2005 installed side by side

Start the SQL Server Browser service so it can tell the client the port
number of the instance you need. SQL Server 2000 has to be on at least
service pack 3, to talk to the Browser service and reliably give up port
1433. For more info, see the Books Online topic SQL Server Browser Service.
--
Rick Byham, MS
This posting is provided "AS IS" with no warranties, and confers no rights.

"Immy" <therealasianbabe@hotmail.com> wrote in message
news:evoc77Z3GHA.4228@TK2MSFTNGP06.phx.gbl...
> No - it's done by SQL instance naming.
> by default - which ever installation you install first, you will have the
> option to either name it e.g. SQL2000 or have it installed as the default
> service.
> By doing this it will allow the folloing interaction.
>
> If you simply conncet to your server, say MYSQLSERVER - by default you
> will connect to the version that you chose to install as a default
> install. This can be 2000 or 2005 - it's your choice.
>
> Then lets say you install 2005 - you won't be able to use default anymore,
> but you can now name it 2005, therefore, when connection to the server,
> you must now connect as MYQSLSERVER\SQL2005 (or whatever you called your
> instance name)
>
> Got it? It's very easy.
>
> Read this article and dont worry about it onlt referring to SQL2000 - it's
> the same logic.
> http://msdn.microsoft.com/library/de...ar_cs_9i5u.asp
> Immy
>
> "qa4ever" <qa4ever@hotmail.co.uk> wrote in message
> news:%23nM8foY3GHA.1060@TK2MSFTNGP04.phx.gbl...
>> Great could you point me in documentation how to configure this?
>>
>> And for example how the application differentiate between the different
>> servers, if this is not done by unique port numbers?
>>
>> Thank you.
>> qa4ever
>>
>> "Immy" <therealasianbabe@hotmail.com> wrote in message
>> news:OTtiORW3GHA.3508@TK2MSFTNGP03.phx.gbl...
>>> Absolutely - YES!
>>> "qa4ever" <qa4ever@hotmail.co.uk> wrote in message
>>> news:OSZajtU3GHA.696@TK2MSFTNGP03.phx.gbl...
>>>> Hi
>>>>
>>>> Is it posible to have Sql 2000 and 2005 installed on same box and have
>>>> them operational simultaniously, given different port and instance
>>>> numbers?
>>>>
>>>> Thanks,
>>>> Quality4Ever
>>>>
>>>
>>>

>>
>>

>
>


  Réponse avec citation
Vieux 25/09/2006, 18h49   #6
ggruber
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: SQL 2000 & 2005 installed side by side

we are doing it a slightly different way. we have create aliases for the 2005
instance using a different port number.

we use the 'SQL server Client Network Utility' to create the alias to the
2005 instance. this permits our existing SQL 2000 DTS packages to access data
sources on the 2005 without resorting to complex naming schema. we are using
port 1434 for our 2005 instance -- but i know very little about port
assignments, so i cannot explain how or why this is done.

it works well for us. i am sure there are other ways to accomplish this also.

"qa4ever" wrote:

> Great could you point me in documentation how to configure this?
>
> And for example how the application differentiate between the different
> servers, if this is not done by unique port numbers?
>
> Thank you.
> qa4ever
>
> "Immy" <therealasianbabe@hotmail.com> wrote in message
> news:OTtiORW3GHA.3508@TK2MSFTNGP03.phx.gbl...
> > Absolutely - YES!
> > "qa4ever" <qa4ever@hotmail.co.uk> wrote in message
> > news:OSZajtU3GHA.696@TK2MSFTNGP03.phx.gbl...
> >> Hi
> >>
> >> Is it posible to have Sql 2000 and 2005 installed on same box and have
> >> them operational simultaniously, given different port and instance
> >> numbers?
> >>
> >> Thanks,
> >> Quality4Ever
> >>

> >
> >

>
>
>

  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 11h40.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,17853 seconds with 14 queries