Multiple Database Security - How to handle
From: Eric Brasher (longday24_at_hotmail.com)
Date: 09/17/03
- Next message: Cindy Gross: "RE: Does server linking work without Security Account Delegation?"
- Previous message: Cindy Winegarden: "Re: Linked Server to FoxPro"
- Next in thread: Dan Guzman: "Re: Multiple Database Security - How to handle"
- Reply: Dan Guzman: "Re: Multiple Database Security - How to handle"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 16 Sep 2003 21:00:39 -0700
I would like to get ideas on how dba's are controlling
security for multiple databases.
We have a datamart (DM) containing all of the Human
Resources information from pay information to sick leave.
We have databases on the same server that house
processing data for applications. Like a Manager system
(MIP) that allows managers to control an incentive pay
program. Another is a United Way contributions
application (UWAY)
The problems are security maintenance. I will have 5
users using MIP that will need access to a stored
procedure that accesses DM to get employee info. To get
the security setup the 5 users need execute permissions
to the store procedure and permissions to the DM for the
tables accessed by the stored procedure.
Now add UWAY. 5 more users using UWAY will need access to
a stored procedure that accesses DM to get employee info.
To get the security setup the 5 users need execute
permissions to the store procedure and permissions to the
DM for the tables accessed by the stored procedure.
The security for the DM is getting crowded. Is there a
method to simplify this? Maybe if the stored procedure
has execute permissions then the procedure is executed as
admin. I want to maintain the most secure method
possible, but I can give
- Next message: Cindy Gross: "RE: Does server linking work without Security Account Delegation?"
- Previous message: Cindy Winegarden: "Re: Linked Server to FoxPro"
- Next in thread: Dan Guzman: "Re: Multiple Database Security - How to handle"
- Reply: Dan Guzman: "Re: Multiple Database Security - How to handle"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|