Friday, March 9, 2012

Installation of the SQL 2000 after SQL 2005

Hello,

We got a problem, we have default instance of the SQL 2005, and it owns 1433 port. We need to install named instance of the SQL 2000, problem that it installs using port 1304, that is not default. Of course we can use this port in the connection string, but may be some sort of the solution exists?

Bydefault default instance uses 1433. So next instance has to have someother port. WHat is the problem in using 1304. If you want to use 1433 for SQL Server 2000, then you can change the port of default instance manually to someother port and you can use 1433 for sql server 2000

Madhu

No comments:

Post a Comment