Security mode?

  • What is the T-Sql statement that will show me which security mode is being used? I know how to find it using Enterprise Manager, but I need the T-SQL statement. Thanks!

  • Try this:

    xp_instance_regread N'HKEY_LOCAL_MACHINE', N'SOFTWARE\Microsoft\MSSQLServer\MSSQLServer', N'AuditLevel'

    Andy

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply