FIX: GRANT ALL Fails to Give Permissions on Stored ProceduresID: Q153803
|
When a user attempts to GRANT ALL to a stored procedure, the permissions can fail to be applied. No errors are reported; SQL Server simply does not give permission to the stored procedure. Once this happens to a stored procedure, it will always happen, and GRANT ALL will never work for that stored procedure.
To grant permissions to a stored procedure, use GRANT EXEC instead of GRANT ALL.
Microsoft has confirmed this to be a problem in Microsoft SQL Server
version 6.5. This problem was corrected in the latest Microsoft SQL Server
U.S. Service Pack. For information on obtaining the Service Pack, query on
the following word in the Microsoft Knowledge Base (without the spaces):
S E R V P A C K
Additional query words: sp1
Keywords : kbnetwork SSrvStProc
Version : 6.5
Platform : WINDOWS
Issue type :
Last Reviewed: March 30, 1999