FIX: GRANT ALL Fails to Give Permissions on Stored ProceduresLast reviewed: April 8, 1997Article ID: Q153803 |
The information in this article applies to:
SYMPTOMSWhen 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.
WORKAROUNDTo grant permissions to a stored procedure, use GRANT EXEC instead of GRANT ALL.
STATUSMicrosoft 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
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |