Welcome to dbForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

MSDE 2000 and SQL Server Express 2005 on the same PC

 
   Database Forums (Home) -> MSDE RSS
Next:  ssis - Where is the sql?  
Author Message
JacquesT

External


Since: Nov 13, 2008
Posts: 3



(Msg. 1) Posted: Thu Nov 13, 2008 5:35 pm
Post subject: MSDE 2000 and SQL Server Express 2005 on the same PC
Archived from groups: microsoft>public>sqlserver>msde (more info?)

Hi All,

We have Windows XP Sp2 desktops running an application that uses MSDE 2000
(version 8.00.761). If I install another application running MS SQL Server
Express 2005 and it will then the application running MSDE 2000 stops
working. So I install again MSDE 2000 then the application running SQL
Server Express 2005 stops working.

Is there a way to have the two working at the same time ?

Regards,

 >> Stay informed about: MSDE 2000 and SQL Server Express 2005 on the same PC 
Back to top
Login to vote
Lawrence Garvin

External


Since: Dec 15, 2005
Posts: 14



(Msg. 2) Posted: Fri Nov 14, 2008 9:35 am
Post subject: Re: MSDE 2000 and SQL Server Express 2005 on the same PC [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"JacquesT" wrote in message

> Hi All,
>
> We have Windows XP Sp2 desktops running an application that uses MSDE 2000
> (version 8.00.761). If I install another application running MS SQL Server
> Express 2005 and it will then the application running MSDE 2000 stops
> working. So I install again MSDE 2000 then the application running SQL
> Server Express 2005 stops working.
>
> Is there a way to have the two working at the same time ?

I can't imagine any scenario in which you couldn't have both working
simultaneously!

Perhaps you could share some additional detail on what steps you performed
when you installed these applications (including what the applications are).



--
Lawrence Garvin, M.S., MCITP(x2), MCTS(x5), MCP(x7), MCBMSP
Principal/CTO, Onsite Technology Solutions, Houston, Texas

 >> Stay informed about: MSDE 2000 and SQL Server Express 2005 on the same PC 
Back to top
Login to vote
Chris.Cheney

External


Since: Mar 20, 2007
Posts: 18



(Msg. 3) Posted: Fri Nov 14, 2008 12:25 pm
Post subject: Re: MSDE 2000 and SQL Server Express 2005 on the same PC [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"JacquesT" wrote in


> Hi All,
>
> We have Windows XP Sp2 desktops running an application that uses MSDE
> 2000 (version 8.00.761). If I install another application running MS
> SQL Server Express 2005 and it will then the application running MSDE
> 2000 stops working. So I install again MSDE 2000 then the application
> running SQL Server Express 2005 stops working.
>
> Is there a way to have the two working at the same time ?
>
> Regards,
>
>

I have MSDE 2000 and SQL Server Express 2005 running together on the same
XP SP3 desktop.

What you need to know is that they must have different instance names. You
can have the default for one but the other must have a non-default instance
name. Of course, the applications need to know the instance name of the
server that they are to access.

HTH
 >> Stay informed about: MSDE 2000 and SQL Server Express 2005 on the same PC 
Back to top
Login to vote
Lawrence Garvin

External


Since: Dec 15, 2005
Posts: 14



(Msg. 4) Posted: Fri Nov 14, 2008 9:44 pm
Post subject: Re: MSDE 2000 and SQL Server Express 2005 on the same PC [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Chris.Cheney" wrote in message

> "JacquesT" wrote in
>
>
>> Hi All,
>>
>> We have Windows XP Sp2 desktops running an application that uses MSDE
>> 2000 (version 8.00.761). If I install another application running MS
>> SQL Server Express 2005 and it will then the application running MSDE
>> 2000 stops working. So I install again MSDE 2000 then the application
>> running SQL Server Express 2005 stops working.
>>
>> Is there a way to have the two working at the same time ?
>>
>> Regards,
>>
>>
>
> I have MSDE 2000 and SQL Server Express 2005 running together on the same
> XP SP3 desktop.
>
> What you need to know is that they must have different instance names. You
> can have the default for one but the other must have a non-default
> instance
> name. Of course, the applications need to know the instance name of the
> server that they are to access.

Even this should be a non-issue as a default installation of SQL Server
Express Edition will auto-install to the named instance 'SQLEXPRESS', which
I doubt any MSDE2000 was visionary enough to have considered.


Even if the MSDE2000 was installed as a 'default' instance (and I'm not sure
it can be, or that any application would have done that), it would require
an explicit attempt to install the SQL Server 2005 Express Edition on the
default instance, and if that were being done, it would actually *upgrade*
the MSDE2000 installation (or abort)...

So, having been through all of that, I'm still trying to reconcile "... the
application .. stops working.."

--
Lawrence Garvin, M.S., MCITP(x2), MCTS(x5), MCP(x7), MCBMSP
Principal/CTO, Onsite Technology Solutions, Houston, Texas
 >> Stay informed about: MSDE 2000 and SQL Server Express 2005 on the same PC 
Back to top
Login to vote
JacquesT

External


Since: Nov 13, 2008
Posts: 3



(Msg. 5) Posted: Mon Nov 17, 2008 2:46 pm
Post subject: Re: MSDE 2000 and SQL Server Express 2005 on the same PC [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello,

So they should work together without any problems. It seems to me that it's
the same as if you had two MSDE 2000 instances installed on the same
computer. As long as instance names are different they will work together on
the same box.

Thanks guys!!

"Lawrence Garvin" a écrit dans le message de
%23P3YJStRJHA.4992@TK2MSFTNGP05.phx.gbl...
> "Chris.Cheney" wrote in message
>
>> "JacquesT" wrote in
>>
>>
>>> Hi All,
>>>
>>> We have Windows XP Sp2 desktops running an application that uses MSDE
>>> 2000 (version 8.00.761). If I install another application running MS
>>> SQL Server Express 2005 and it will then the application running MSDE
>>> 2000 stops working. So I install again MSDE 2000 then the application
>>> running SQL Server Express 2005 stops working.
>>>
>>> Is there a way to have the two working at the same time ?
>>>
>>> Regards,
>>>
>>>
>>
>> I have MSDE 2000 and SQL Server Express 2005 running together on the same
>> XP SP3 desktop.
>>
>> What you need to know is that they must have different instance names.
>> You
>> can have the default for one but the other must have a non-default
>> instance
>> name. Of course, the applications need to know the instance name of the
>> server that they are to access.
>
> Even this should be a non-issue as a default installation of SQL Server
> Express Edition will auto-install to the named instance 'SQLEXPRESS',
> which I doubt any MSDE2000 was visionary enough to have considered.
>
>
> Even if the MSDE2000 was installed as a 'default' instance (and I'm not
> sure it can be, or that any application would have done that), it would
> require an explicit attempt to install the SQL Server 2005 Express Edition
> on the default instance, and if that were being done, it would actually
> *upgrade* the MSDE2000 installation (or abort)...
>
> So, having been through all of that, I'm still trying to reconcile "...
> the application .. stops working.."
>
> --
> Lawrence Garvin, M.S., MCITP(x2), MCTS(x5), MCP(x7), MCBMSP
> Principal/CTO, Onsite Technology Solutions, Houston, Texas
>
 >> Stay informed about: MSDE 2000 and SQL Server Express 2005 on the same PC 
Back to top
Login to vote
Lawrence Garvin

External


Since: Dec 15, 2005
Posts: 14



(Msg. 6) Posted: Tue Nov 18, 2008 3:06 pm
Post subject: Re: MSDE 2000 and SQL Server Express 2005 on the same PC [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"JacquesT" wrote in message

> Hello,
>
> So they should work together without any problems. It seems to me that
> it's the same as if you had two MSDE 2000 instances installed on the same
> computer. As long as instance names are different they will work together
> on the same box.

Exactly.


--
Lawrence Garvin, M.S., MCITP(x2), MCTS(x5), MCP(x7), MCBMSP
Principal/CTO, Onsite Technology Solutions, Houston, Texas
 >> Stay informed about: MSDE 2000 and SQL Server Express 2005 on the same PC 
Back to top
Login to vote
JacquesT

External


Since: Nov 13, 2008
Posts: 3



(Msg. 7) Posted: Wed Nov 19, 2008 1:55 pm
Post subject: Re: MSDE 2000 and SQL Server Express 2005 on the same PC [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks Lawrence!

"Lawrence Garvin" a écrit dans le message de
OthqSGcSJHA.5364.RemoveThis@TK2MSFTNGP05.phx.gbl...
> "JacquesT" wrote in message
>
>> Hello,
>>
>> So they should work together without any problems. It seems to me that
>> it's the same as if you had two MSDE 2000 instances installed on the same
>> computer. As long as instance names are different they will work together
>> on the same box.
>
> Exactly.
>
>
> --
> Lawrence Garvin, M.S., MCITP(x2), MCTS(x5), MCP(x7), MCBMSP
> Principal/CTO, Onsite Technology Solutions, Houston, Texas
>
 >> Stay informed about: MSDE 2000 and SQL Server Express 2005 on the same PC 
Back to top
Login to vote
Display posts from previous:   
   Database Forums (Home) -> MSDE All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]