• Hi,

    As far as I understand your question, you are trying to login to your SQL instance with an account from a separate domain. As your SQL instance won't have permission to see the new domain and therefore check the credentials of the new user it won't allow you to access it.

    The server that the instance is hosted on needs to be on the same domain as the user you are trying to log in with. An option would be to add the server to the new domain (which would remove it off the old domain) or use mixed mode authentication and use a SQL login (which isn't best practice).

    Hope that helps.

    Dave