Share via

Adding trusted relationship to SQL server that uses Kerboros AD Authentication for local pc account

John Calhoun 0 Reputation points
2023-07-25T14:46:16.53+00:00

I am trying to do SQL report queries in excel. I can't connect our remote SQL database through my computer due to this error. I am on a local account on a laptop that I use to travel/work offline so I cannot utilize an active directory account for this pc. With the active directory restrictions on our server - is there a way for me to do this without a directory account?  

Microsoft 365 and Office | Excel | For business | Windows
SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories


1 answer

Sort by: Most helpful
  1. Erland Sommarskog 134.7K Reputation points MVP Volunteer Moderator
    2023-07-25T17:29:49.1366667+00:00

    One way out is persuade your DBA to enable SQL authentication and create an SQL login for you. Then you can login with username and password.

    Then again, I don't see why you cannot use an AD account even if you are travelling. You can log in with cached credentials and have an VPN connection to the corporate network.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.