I have an issue with connecting to several of our SQL servers that's driving my absolutely bonkers. Some security setting somewhere is off, and I can't figure this out.
Several of our SQL servers will allow us to login remotely via remote SMSS to the SQL server with our Windows account using AD Authentication. If I try to do this locally on that very same SQL server using the local SSMS, I can't login. If I change the authentication to use SQL and login with the SA account, I can get in just fine. This seems really bizzare that I can login remotely with AD authentication, but locally, I have to use the SA account. My AD account has sysadmin rights to the SQL server, so if I login remotely, I can do anything I want, but if I login locally, I can't login with this same exact account into SSMS.
Does anyone know what security or settings I...