Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

proxy SQL traffic?

Status
Not open for further replies.

regulator44

Technical User
Joined
Jun 2, 2005
Messages
1
Location
AU
Hi
Just wondering if it is possible to proxy SQL traffic and get SQL to pop up a user/pass box. I want to access it from another domain, similar to this link here:
BUT I don’t want to replicate the server as is suggested in this link above.
Any suggestions?
Thanks in advance
 
Is this other domain a trusted domain or an untrusted domain? If untrusted, I'm not sure you can do it without using IIS to expose your SQL Server to the internet (Bad Idea<tm>!)

If trusted, you should be able to use pass-thru security to do the deed.

Of course, the account accessing SQL Server will need the proper domain permissions on top of the proper SQL Server permissions. Pass-thru security means the accounts have to be set up identical (names, passwords, permissions, etc). Google the phrase and you'll find all sorts of interesting links with more details.




Catadmin - MCDBA, MCSA
"If a person is Microsoft Certified, does that mean that Microsoft pays the bills for the funny white jackets that tie in the back???
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top