I have two SQL Servers on different domains. I am trying to connect to SQL server "A" using SSMS on domain "B", but getting this error.
Login failed. The login is from an untrusted domain and cannot be used with integrated authentication. (Microsoft SQL Server, Error 18452).
Please help.
SQL Server: the login is from untrusted domain and cannot be used with integrated authentication. SSMS
13.3k views Asked by angadai At
1
Given that you state the servers are in different domains ... the first comment from @squillman gives the answer. You must do one of the following:
Create an identical local (non-domain) user on each server, and use that in your connectionstringper @Charlieface, this won't work.