Here is a thorny problem for security:
Is there any way to tell WHO is logging in and using the BUILTIN login and WHO the real members of it are? I run the
exec sp_helplogins BUILTIN\Administrators
script, but it gives back no memebership info at all.How can one investigate beforehand whether deleting the BUILTIN login off the server for security reasons may cause necessary applications logins to be blocked, etc?
Thanks in advance
Jim Ruddy
Is there any way to tell WHO is logging in and using the BUILTIN login and WHO the real members of it are? I run the
exec sp_helplogins BUILTIN\Administrators
script, but it gives back no memebership info at all.How can one investigate beforehand whether deleting the BUILTIN login off the server for security reasons may cause necessary applications logins to be blocked, etc?
Thanks in advance
Jim Ruddy