November 17, 2005 at 11:32 am
OK, I have a big request and I need your expertise here!! I have been tasked with building a spread sheet of IMPORTANT information concerning all servers. Both in house and at the NOC. I need a list of all users and their permission and whether they use Windows or SQL auth. There must be some tried and true system sp that will do this for me????? I do appreciate you help and making me look good to my manager!!! WAHOO!!!
November 17, 2005 at 12:51 pm
I used to use a number of queries against the system tables to derive this information but I found a link on this site to a very nice tool which does all this for you. Here is the link to the artical:
http://www.sqlservercentral.com/columnists/cmiller/dumpsqlpermissions.asp
November 17, 2005 at 12:56 pm
November 17, 2005 at 1:36 pm
November 17, 2005 at 2:25 pm
If it is a VB6 exe, it doesn't matter if you have VB or .net loaded on your workstation. Everything the application needs to run should be included in the exe ( I say 'should' be).
November 17, 2005 at 2:27 pm
November 18, 2005 at 12:24 pm
If you have many servers, you can query and return data from all of your servers at the same time to collect the information you need using SQL Farm Combine. The Beta version is available at http://www.sqlfarms.com.
I can help you write all T-SQL scripts needed to grab the info that you need so you could query and return all needed data very easily.
Editor's Note: : Dr. Omri Bahat works for SQLFarms, a software vendor of SQL Server tools.
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply