Archive for the ‘SQL Server 2005’ Category

SQL Server Management Studio Access to Remote Domains

Tuesday, August 5th, 2008

So you need to access a SQL Server (2005) using the SQL Server Management Studio. The server is running with Active Directory only authentication, but your laptop isn't in the target domain and you only have access to the SQL server port (TCP 1433). What to do? Well, Galin Iliev has ...