Create Table Permission for Domain Users Group
From: Rob Taylor (rob@webadviser.info)
Date: 07/04/02
- Next message: Bryn: "Changing SQL service account"
- Previous message: Panagiotis Konstantinidis: "implementing ACLs of users on objects in SQL Server 2000"
- Next in thread: Luis F Rivera: "Create Table Permission for Domain Users Group"
- Reply: Luis F Rivera: "Create Table Permission for Domain Users Group"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Rob Taylor" <rob@webadviser.info> Date: Thu, 4 Jul 2002 11:17:11 +0100
Hi
I have the following SQL Server 2000 issue:
===============
1. SQL logins are via Windows authentication only
2. The majority of users will use the Domain Users NT group to access SQL
resources
3. I have written a stored proc that (amongst other things) creates a temp
table then drops it again before returning a resultset
4. The temp table name is different for each user (concatenation of two sp
input parameters)
5. I have give the Domain Users group execute permissions on the sp
6. I currently get a error when the sp runs confirming insufficient
permissions to create table
===============
Q: How do I give the Domain Users group CREATE/DROP TABLE permissions but
ONLY for the temp table created in the sp?
Any thoughts much appreciated!
regards
Rob
- Next message: Bryn: "Changing SQL service account"
- Previous message: Panagiotis Konstantinidis: "implementing ACLs of users on objects in SQL Server 2000"
- Next in thread: Luis F Rivera: "Create Table Permission for Domain Users Group"
- Reply: Luis F Rivera: "Create Table Permission for Domain Users Group"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|