July 27, 2017 at 1:51 pm
Hello,
I currently work in an environment with 2 separate domains. On Domain A, we have a program that all users run, with the SQL DB for that program residing on an SQL server also on Domain A. I have been asked to install this program on Domain B with it having access to the original DB on Domain A. I have created a trust between the Domains, but am unsure how to proceed from here. Any help would be greatly appreciated.
Thanks
July 27, 2017 at 3:28 pm
if the trust is setup, you can add the active directory logins to the instance just as you would if they were from domain A:CREATE LOGIN [DomainB\loginname] FROM WINDOWS ;
then create the user in the databaseCREATE USER [DomainB\loginname] FOR LOGIN [DomainB\loginname];
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy