Setting up a linked server to another server which isn't in a domain without using SQL authenticatio
        Posted  
        
            by Telos
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Telos
        
        
        
        Published on 2010-05-31T17:32:15Z
        Indexed on 
            2010/05/31
            19:03 UTC
        
        
        Read the original article
        Hit count: 336
        
sql-server
|linked-server
Server A (SQL2005) is in our primary domain, but server B (SQL2000) is just in a windows workgroup. We are not allowed to join it to the domain, or bad things happen...
We also can't enable SQL authentication on server B.
We've got domain accounts for A, and matching local accounts on server B.
I can connect to B from my local PC or A using SSMS and a domain login, but I can't get the linked server to connect.
Any ideas how to do this?
© Stack Overflow or respective owner