Granting Permissions on Multiple Tables
From: Jon Jones (Jones_at_discussions.microsoft.com)
Date: 06/22/04
- Previous message: Jeff Cochran: "Re: SQL Injection prevention"
- Next in thread: Lyudmila Fokina [MSFT]: "Re: Granting Permissions on Multiple Tables"
- Reply: Lyudmila Fokina [MSFT]: "Re: Granting Permissions on Multiple Tables"
- Reply: Randy: "RE: Granting Permissions on Multiple Tables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 22 Jun 2004 12:13:02 -0700
I created a new Role called GRPSELECT. I want to give this group the ability to only run the SELECT statement on all the tables in my database. Right now I can run "GRANT SELECT ON table TO GRPSELECT" in Query Analyzer, but it only allows me to do this to one table at a time.
How can I accomplish this to all 600 tables in the database without manually typing in every single table?
Thanks in advance!
- Previous message: Jeff Cochran: "Re: SQL Injection prevention"
- Next in thread: Lyudmila Fokina [MSFT]: "Re: Granting Permissions on Multiple Tables"
- Reply: Lyudmila Fokina [MSFT]: "Re: Granting Permissions on Multiple Tables"
- Reply: Randy: "RE: Granting Permissions on Multiple Tables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]