Oracle JDBC driver provides option to do proxy authentication for multi-tier architecture design. Are there any similar/equivalent option available with SQL Server JDBC driver?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I think that you're presuming SQL Server can do multi-tier architecture. If you're running SQL Server, there are three options for distributing databases:
If you are trying to link servers, JDBC drivers won't have anything to do with that. |
|||
|
|