Link to home
Start Free TrialLog in
Avatar of mike_butler
mike_butler

asked on

sql 2000 query analyser won't connect with different sql port.

due to security reasons I run several sql servers on differnet ports other than 1433 udp.

I have no problem connecting via my coded systems between boxes but can't get my local sql 2000 enterprise manager or query analyser to connect via alternative ports to my remote sql servers.  there seems to be no easy way to switch between the varios ports I run my sql servers on.  does anyone know how to do it.  Particularly in query analyser.

thanks

M
Avatar of EugeneZ
EugeneZ
Flag of United States of America image

You can use SQL SERVER Client Network utility where you can specify your SQL servers ports for TCP/IP network library....
Avatar of mike_butler
mike_butler

ASKER

if I use that can I only specify on e port for the client as it appears.... as I want to connect to 20 different ports never mind servers... and all in the same instancem as I need to flick between servers... and run the same test code against each... I don't want to stop the QA every time i want to change server or port.

I was hoping (yes I know I should 'keep dreaming') that I could specify each port on point of connection set up like 172.1.1.2:4133  
thanks
M
ASKER CERTIFIED SOLUTION
Avatar of arbert
arbert

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
thanks thats great!  .... you guys have answered half the question each... who gets the points? M