Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Connecting to Remote Database Windows Auth

Author  Topic 

BellaScout
Starting Member

25 Posts

Posted - 2009-01-22 : 00:06:29
Can someone tell me how to connect to a remote sql server 2005 using Windows Authentication?

I tried the following but get error.

Server type: Database Engine
Server Name: 192.168.1.100, 1433
Authentication: Windows Authentication

error is
Login Failed for user ". The user is not associated with a trusted SQL Server connection.....: Error: 18452
   

- Advertisement -