Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hello,

Is there a way to configure the SSMSE (SQL Server Management Studio for Express Edition) to connect to a database server using a proxy?

 

I have the SSMSEE installed on my computer and I want to connect to a remote database but I want to use a proxy to do that.

 

thanx

  • Administrators
Posted

It would be potentially possible to get it to talk out through a firewall / proxy at your end if SOCKS proxying was enabled but you would probably need to use a tool like SOCKSCAP to enable SSMSE to work with it.

 

Depending on what was then between your connection to the internet and the actual installed copy of SSE you would need further configuration to allow the relevant ports to access the installation.

 

If the database is being hosted by a 3rd party ISP then then chances of this being allowed are virtually zero as it is potential security risk for them, if the DB is being hosted by your own company then you would need to speak to your network admins about gettingthe firewall / proxy configuration modified.

 

It might be helpful if you gave a bit more detail as there may be an alternate solution.

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

Posted

the situation is a little strange: I have a sql server 2005 database on a remote server. The problem is that on that server there is also running a sql server 2000 instance.

 

even if I specify the instance name in the connection dialogbox it never connects to the sql server 2005 instance (i get the error that says it could not find the server\instance). But it always connects to the sql server 2000.

 

However if i connect from a different ISP the connection works. We couldn't find the problem exactly (if it's at my end or at theirs....). At first glance I'd say it's on my side but i don't know exactly where....

 

that's why i thought that if i could find a way to reach the server through another ISP (proxy) would work...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...