Link to home
Start Free TrialLog in
Avatar of tommym121
tommym121Flag for Canada

asked on

Remote login to SQL Server Database from a local SQL Server Management Studio

I am creating an application to retrieve data from an remote SQL Server Database in a different domain.   I have the window authentication for the SQL Server domain.  How can I specify to use the SQL Server domain window authentication rather than that of my domain?  Does it means I need to used SQL Server Authentication instead if I do not established a trust relationship between SQL Server Domain and My Domain.?
ASKER CERTIFIED SOLUTION
Avatar of Amitabh Singh
Amitabh Singh
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of tommym121

ASKER

Thanks