Re: SQL 2000 & Multiple Instances....
- From: "Rick Byham, \(MSFT\)" <rickbyh@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 16 Apr 2008 08:54:32 -0700
Only one instance can use a port at a time. So if they are both configured to use port 1433, you cannot use both databases at once.
Probably not what you want. Better change the DEV instance to something else.
--
Rick Byham (MSFT), SQL Server Books Online
This posting is provided "AS IS" with no warranties, and confers no rights.
"Joe" <Joe@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:C554AFD9-5AD9-4DF4-A6B7-FBAAA43CCDE7@xxxxxxxxxxxxxxxx
I have a question about multiple SQL Instances running on the same server.
I inherited a SQL Server that had been setup with two SQL Instances (Prod &
Dev).
Both instances are setup to use the default port (1433). There is an
application
server that needs to connect to the DEV instance via ODBC, but they are unable
to connect and only connect to the Prod instance.
Is there a way to have them both answer on 1433? I thought that was why you
have a named instance (One is DBSRV1\DBSRV1_PROD and the other is
DBSRV1\DBSRV1_DEV). I know it works if I change the port of the DEV instance,
but that would involve a lot of firewall changes that the client is not
happy about
performing.
It would be best if we can have both instances working on the same port.
Any pointers would be appreciated.
.
- References:
- SQL 2000 & Multiple Instances....
- From: Joe
- SQL 2000 & Multiple Instances....
- Prev by Date: Re: Cannot install 2005 Developer Edition x64 on new XP x64
- Next by Date: Re: Cannot install 2005 Developer Edition x64 on new XP x64
- Previous by thread: SQL 2000 & Multiple Instances....
- Next by thread: RE: SQL 2000 & Multiple Instances....
- Index(es):
Relevant Pages
|