Re: automating roles creation on SQLserv2000
From: Bob Pfeiff [MS] (rpfeiff@online.microsoft.com)
Date: 08/16/02
- Next message: Tibor Karaszi: "Re: automating roles creation on SQLserv2000"
- Previous message: Shirley Kelly [MS]: "RE: MS02-020 Security Bullitin."
- In reply to: Ivan: "automating roles creation on SQLserv2000"
- Next in thread: Tibor Karaszi: "Re: automating roles creation on SQLserv2000"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Bob Pfeiff [MS]" <rpfeiff@online.microsoft.com> Date: Fri, 16 Aug 2002 09:10:05 -0400
You could create a script using system stored procedures (sp_addrole,
sp_addrolemember) an GRANT to set up the roles, members and role
permissions. If you have them set up in a database already, you can
generate a script from Enterprise Manager.
-- Bob Microsoft Consulting Services ------ This posting is provided AS IS with no warranties, and confers no rights.
- Next message: Tibor Karaszi: "Re: automating roles creation on SQLserv2000"
- Previous message: Shirley Kelly [MS]: "RE: MS02-020 Security Bullitin."
- In reply to: Ivan: "automating roles creation on SQLserv2000"
- Next in thread: Tibor Karaszi: "Re: automating roles creation on SQLserv2000"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|