You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extend details for Invalid Logins - empty AD Groups will occasionally show up here (it's an AD thing), and it's a pain to delete that group and then have to reinstate it in SQL when it turns out you do need it.
( 'Windows user or group '+QUOTENAME(LoginName) +' is mapped to a SQL Server principal but no longer exists in the Windows environment.') AS Details
1865
+
( 'Windows user or group '+QUOTENAME(LoginName) +' is mapped to a SQL Server principal but no longer exists in the Windows environment. Sometimes empty AD groups can show up here so check thoroughly.') AS Details
0 commit comments