﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Administration / SQL Server 7,2000  / report needed for auditors... / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Mon, 20 May 2013 13:17:19 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: report needed for auditors...</title><link>http://www.sqlservercentral.com/Forums/Topic142473-5-1.aspx</link><description>&lt;P&gt;Try this script it will tell you not only what the users have permissions on but what user defined roles they may be getting it thru.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sqlservercentral.com/scripts/contributions/268.asp"&gt;http://www.sqlservercentral.com/scripts/contributions/268.asp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It doesn't give system roles but you can get that from one of the SQL built in SPs. &lt;/P&gt;</description><pubDate>Wed, 20 Oct 2004 06:16:00 GMT</pubDate><dc:creator>Antares686</dc:creator></item><item><title>RE: report needed for auditors...</title><link>http://www.sqlservercentral.com/Forums/Topic142473-5-1.aspx</link><description>&lt;P&gt;Run a query that will use sp_MSforeachDB stored procedure that will execute SQL statement for each database. The statement that you want to execute will be 'Select * from syspermissions' I was oK running this on master, but my workstation's memory was not enough when I tried to select &amp;amp;* from syspermissions on the production database. Moreover, I would recommend to join syspermissions with sysusers and sysobjects because there are only id numbers in syspermissions and auditors would like to see real names. Otherwise the syntax is:&lt;/P&gt;&lt;P&gt;EXEC sp_MSforeachdb 'select * from syspermission'&lt;/P&gt;</description><pubDate>Tue, 19 Oct 2004 15:05:00 GMT</pubDate><dc:creator>Yelena Varshal</dc:creator></item><item><title>report needed for auditors...</title><link>http://www.sqlservercentral.com/Forums/Topic142473-5-1.aspx</link><description>&lt;P&gt;What I need is a report or spreadsheet that I can hand over to auditors that shows every permission that every user has on every object in every database.&lt;/P&gt;&lt;P&gt;Does anyone have a comprehensive script/report that would meet these objectives...&lt;/P&gt;&lt;P&gt;I have several servers with many databases on each one, so to keep doing this by cut and paste is a real pain...&lt;/P&gt;&lt;P&gt;Even if there was a third party product that would generate such a report, that would work, I just haven't found one.&lt;/P&gt;</description><pubDate>Tue, 19 Oct 2004 14:41:00 GMT</pubDate><dc:creator>Gonzo</dc:creator></item></channel></rss>