Accessing SQL Server using an IP Address and Port Number ... Help!

Posted by Mike on Stack Overflow See other posts from Stack Overflow or by Mike
Published on 2010-04-13T14:20:55Z Indexed on 2010/04/13 14:42 UTC
Read the original article Hit count: 371

I need to access an SQL Server that is on a machine behind a firewall and you access this machine using an ip address like 95.95.95.33:6930 (not the real ip address) ... But, you get my point that by accessing 95.95.95.33 on port 6930, the firewall routes the requests to that particular machine ...

My question is ... How do you construct a connection string to access the machine at address 95.95.95.33:6930 and then further access the SQL Server on port 1433 or maybe a different port like 8484 ???

Thanks

Mike

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about ip-port