I have users in a group on one server, and I'd like them all to have access to a particular database on a SQL Server on another server.
Neither server is in a domain, and I'm not using AD.
Is it possible?
I have users in a group on one server, and I'd like them all to have access to a particular database on a SQL Server on another server.
Neither server is in a domain, and I'm not using AD.
Is it possible?
No, you would have to use SQL Server Authentication for that.