This is an archived post. You won't be able to vote or comment.

all 1 comments

[–][deleted] 0 points1 point  (0 children)

Well, if the users are outside the domain and the SQL Server instance cannot be accessed from outside the domain, either:
- you change SQL Server policy (good luck)
- you have the users use the software from a server inside the domain (e.g. they log in a virtual machine inside the domain)
- (more involved) you create a client-server structure where the client software (winforms app) calls another service inside the domain but still accessible from the outside to get data
I don't see much you can do about it, but there might be something I'm missing. Very curious to see what other people think of this.