Link to home
Start Free TrialLog in
Avatar of BCSITS
BCSITS

asked on

How to query a database to find user access rights in Redmap

Hi Guys,

We have an application called "Redmap Document Manager" that uses an external SQL database to store data.  We use a GUI interface to administer this program and all the information is recorded in the database.  What we would like to do is perform an audit of the internal database users (users of the application itself) to see what rights they currently have.

We have contacted the app vendor and they have been useless so i was hoping to find some assistance here.

Does anyone know how to query a database to find this information?  This is not to find which SQL users have access to the database but the users that have access in the application.  I assume a user list is within the database and this is what we would like to query.

We are using SQL 2008 R2 on Windows 2008
Redmap Application ver. 4.4.0.25

Any help is appreciated

Kind Regards,
ASKER CERTIFIED SOLUTION
Avatar of DBAduck - Ben Miller
DBAduck - Ben Miller
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of BCSITS
BCSITS

ASKER

Hi dbaduck and thanks for your reply.

The query you posted is for SQL logins attached to the database and i was hoping for a way to extract a list of users that can access the DB through the application itself.

I have since contacted the vendor of the application and they have advised that this function has been locked and cannot be performed.

Thanks for your assistance
Avatar of BCSITS

ASKER

I have since contacted the vendor of the application and they have advised that this function has been locked and cannot be performed.