July 16, 2024 at 5:03 pm
Comments posted to this topic are about the item SQL Server Admin Role Alert Script
July 26, 2024 at 9:55 am
further restrict in the WHERE clause to report only groups from your domain, and exclude system generated NT user accounts:
and (
isNTName = 1 and (
(isNTUser = 1 and name like '<yourDomain>\%' )
OR isNTGroup = 1
)
OR isNTName = 0
)
July 26, 2024 at 9:57 am
further restrict in the WHERE clause to report only groups from your domain, and exclude system generated NT user accounts:
and (
isNTName = 1 and (
(isNTUser = 1 and name like '<yourDomain>\%' )
OR isNTGroup = 1
)
OR isNTName = 0
)
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy