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 > 2005 running, then install 2000
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
ms.sqlserver.setup Questions about SQL Server.

2005 running, then install 2000

Réponse
 
LinkBack Outils de la discussion
Vieux 06/07/2007, 09h27   #1
Steve Gr
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut 2005 running, then install 2000

Hi,

I have a Windows 2003 R2 server running SQL2005, SP1 all is working fine.
Now I need to install SQL 2000 onto the same machine, as a side by side
installation.

Presumably I need to install 2000 as a named instance of SQL server. Are
there any pitfalls or problems to watch out for? Obviously its important
that I don't disturb the 2005 server at all. Is there anything I need to
watch out for in terms of memory usage? I plan to install a second instance
of 2000 later on as well, so I'll have three SQL servers running on the same
machine.

Thanks for any guidance you can give,

Regards,
Steve

  Réponse avec citation
Vieux 06/07/2007, 16h36   #2
Tibor Karaszi
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: 2005 running, then install 2000

This is not a recommended installation order. The recommended order is 2000 first and then 2005. Two
things I've heard that can go wrong doing it in the incorrect order:

SQL Server Browser doesn't do its job as it should if you after 2005 install 2000.
SQLDMO dlls are incorrectly unregistered if you uninstall 2000, but leave the 2005 install

Above are from memory...

--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://sqlblog.com/blogs/tibor_karaszi


"Steve Gr" <MSDNNospam235@nospam.nospam> wrote in message
news:ezxMSf6vHHA.2004@TK2MSFTNGP06.phx.gbl...
> Hi,
>
> I have a Windows 2003 R2 server running SQL2005, SP1 all is working fine. Now I need to install
> SQL 2000 onto the same machine, as a side by side installation.
>
> Presumably I need to install 2000 as a named instance of SQL server. Are there any pitfalls or
> problems to watch out for? Obviously its important that I don't disturb the 2005 server at all. Is
> there anything I need to watch out for in terms of memory usage? I plan to install a second
> instance of 2000 later on as well, so I'll have three SQL servers running on the same machine.
>
> Thanks for any guidance you can give,
>
> Regards,
> Steve
>


  Réponse avec citation
Vieux 06/07/2007, 16h49   #3
Steve Gr
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: 2005 running, then install 2000

Tibor, that is bad news for me.
I would really like to use the same machine for 2000 without having to
uninstall 2005 first.
Is there a workaround?

Steve

"Tibor Karaszi" <tibor_please.no.email_karaszi@hotmail.nomail.co m> wrote in
message news:41DCA731-7E6C-4B65-8B92-BF5153E2C785@microsoft.com...
> This is not a recommended installation order. The recommended order is
> 2000 first and then 2005. Two things I've heard that can go wrong doing it
> in the incorrect order:
>
> SQL Server Browser doesn't do its job as it should if you after 2005
> install 2000.
> SQLDMO dlls are incorrectly unregistered if you uninstall 2000, but leave
> the 2005 install
>
> Above are from memory...
>
> --
> Tibor Karaszi, SQL Server MVP
> http://www.karaszi.com/sqlserver/default.asp
> http://sqlblog.com/blogs/tibor_karaszi
>
>
> "Steve Gr" <MSDNNospam235@nospam.nospam> wrote in message
> news:ezxMSf6vHHA.2004@TK2MSFTNGP06.phx.gbl...
>> Hi,
>>
>> I have a Windows 2003 R2 server running SQL2005, SP1 all is working fine.
>> Now I need to install SQL 2000 onto the same machine, as a side by side
>> installation.
>>
>> Presumably I need to install 2000 as a named instance of SQL server. Are
>> there any pitfalls or problems to watch out for? Obviously its important
>> that I don't disturb the 2005 server at all. Is there anything I need to
>> watch out for in terms of memory usage? I plan to install a second
>> instance of 2000 later on as well, so I'll have three SQL servers running
>> on the same machine.
>>
>> Thanks for any guidance you can give,
>>
>> Regards,
>> Steve
>>

>


  Réponse avec citation
Vieux 06/07/2007, 18h38   #4
Tibor Karaszi
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: 2005 running, then install 2000

> Is there a workaround?

I was only posting things I've heard and read about, to give you some heads up. I suggest you start
by Google to see whether I remembered correctly, and if so, you will probably find out whether each
problem I described has a solution (the DMO solution would be simple - to re-register DMO). But
there could be other issues, of course, - things I haven't heard of. Obviously, I haven't done this
install order myself, knowing about these potential problems.

--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://sqlblog.com/blogs/tibor_karaszi


"Steve Gr" <MSDNNospam235@nospam.nospam> wrote in message
news:eMBQSW%23vHHA.2004@TK2MSFTNGP06.phx.gbl...
> Tibor, that is bad news for me.
> I would really like to use the same machine for 2000 without having to uninstall 2005 first.
> Is there a workaround?
>
> Steve
>
> "Tibor Karaszi" <tibor_please.no.email_karaszi@hotmail.nomail.co m> wrote in message
> news:41DCA731-7E6C-4B65-8B92-BF5153E2C785@microsoft.com...
>> This is not a recommended installation order. The recommended order is 2000 first and then 2005.
>> Two things I've heard that can go wrong doing it in the incorrect order:
>>
>> SQL Server Browser doesn't do its job as it should if you after 2005 install 2000.
>> SQLDMO dlls are incorrectly unregistered if you uninstall 2000, but leave the 2005 install
>>
>> Above are from memory...
>>
>> --
>> Tibor Karaszi, SQL Server MVP
>> http://www.karaszi.com/sqlserver/default.asp
>> http://sqlblog.com/blogs/tibor_karaszi
>>
>>
>> "Steve Gr" <MSDNNospam235@nospam.nospam> wrote in message
>> news:ezxMSf6vHHA.2004@TK2MSFTNGP06.phx.gbl...
>>> Hi,
>>>
>>> I have a Windows 2003 R2 server running SQL2005, SP1 all is working fine. Now I need to install
>>> SQL 2000 onto the same machine, as a side by side installation.
>>>
>>> Presumably I need to install 2000 as a named instance of SQL server. Are there any pitfalls or
>>> problems to watch out for? Obviously its important that I don't disturb the 2005 server at all.
>>> Is there anything I need to watch out for in terms of memory usage? I plan to install a second
>>> instance of 2000 later on as well, so I'll have three SQL servers running on the same machine.
>>>
>>> Thanks for any guidance you can give,
>>>
>>> Regards,
>>> Steve
>>>

>>

>


  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 05h00.


É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,12453 seconds with 12 queries