|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, June 11, 2013 11:00 AM
Points: 5,
Visits: 322
|
|
This is a great idea for a tool - kudos to the author!
I'm having a problem with it that is probably because of something I'm doing wrong - I thought that I'd throw it out there and see if anyone else had the same issue.
I have an ID that has been granted permission to update a specific column in a table and has no other rights in the table. The DumpSQLSec tool doesn't report any type of access for the ID in the table. It does seem to catch all other permissions for this ID that are granted in regards to entire tables. Is this a bug or is it me?
Thanks!
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Wednesday, June 05, 2013 5:01 AM
Points: 257,
Visits: 674
|
|
You're right it doesn't handle column permissions, the code is iterating through by object type and then for each object (table,view, stored procedure, function) executing the ListPermissions method. It looks like column is another object in SQL-DMO. I'm currently working on a Powershell script which uses SMO, once its finished I'll write an article about it. The Powershell/SMO script will handle column permissions correctly.
--Chad
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Monday, June 15, 2009 11:15 PM
Points: 46,
Visits: 47
|
|
Hello Steve,
yes I would like to look at it. May I ask you to send it over to me?
With kind regards,
John
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Wednesday, June 05, 2013 5:01 AM
Points: 257,
Visits: 674
|
|
All,
I've completed a part-time 9 month project to write a utility called "SQL Server PowerShell Extensions (SQLPSX) which uses SMO, PowerShell, and SSRS to produce permissions/security reports including effective permissions by enumerating nested Windows AD/local and SQL Server roles. SQLPSX can be scheduled to run in batch mode and loads the collected security information into a database for reporting and analysis. Check it out on my CodePlex project site.
http://www.codeplex.com/SQLPSX
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, June 15, 2009 1:05 PM
Points: 1,
Visits: 0
|
|
| Where can I download Dumpsqlsec?
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Wednesday, June 05, 2013 5:01 AM
Points: 257,
Visits: 674
|
|
|
|
|
|
SSCommitted
      
Group: General Forum Members
Last Login: Yesterday @ 2:57 PM
Points: 1,633,
Visits: 1,945
|
|
I was just about to roll my own when I came across this looking for an updated version of DumpSec. Thank you, Thank you, Thank You 
MG
"There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies." Tony Hoare
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, February 08, 2011 7:43 AM
Points: 1,
Visits: 0
|
|
| what version of client tools does it need?
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Wednesday, June 05, 2013 5:01 AM
Points: 257,
Visits: 674
|
|
The solution relies on SQL-DMO and Excel. SQL-DMO is deprecated class for managing SQL Server. SQL-DMO is install with SQL Server 2000, but not with SQL Server 2005 or higher. You can install SQL-DMO from by downloading the "Microsoft SQL Server 2005 Backward Compatibility Components" from Microsoft Downloads. This download might be available for SQL Server 2008 also.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Thursday, August 16, 2012 11:21 PM
Points: 1,
Visits: 89
|
|
| Excelent tool! nice work... any version for SQL Server 2005? Thanks!
|
|
|
|