I am trying to modify a configuration database that can get quite a bit of information. However, I would also like it to be able to get user information for auditing purposes. I would like it to get things like username, security, security roles, etc. If anybody knows which area of the server to look in that would be great. I know that using SQLCMD, I can get quite a bit of information using the SERVERPROPERTY command. Would this command allow me to get the security information? Any help is appreciated.
-Kyle