Re: Grant Execute on Proc
From: Erland Sommarskog (sommar_at_algonet.se)
Date: 12/25/03
- Previous message: Hari Prasad: "Re: How to know a server is running on a specified port?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 25 Dec 2003 22:51:27 +0000 (UTC)
Anand (anonymous@discussions.microsoft.com) writes:
> User "A" have Execute Privilege on all stored
> procedures.
> Inside one of the stored procedures a table gets created
> and dropped.
> When user "A" executes this stored procedure, it says that
> he doesn't
> have rights to create table.
This is because the rights to CREATE TABLE are not transferable. Few
statements outside the plain INSERT, DELETE, UPDATE and SELECT are in
fact transferable.
Why can't you use s temp table?
-- Erland Sommarskog, SQL Server MVP, sommar@algonet.se Books Online for SQL Server SP3 at http://www.microsoft.com/sql/techinfo/productdoc/2000/books.asp
- Previous message: Hari Prasad: "Re: How to know a server is running on a specified port?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|