Re: Stored procedure loses permissions daily
From: Tom Moreau (tom_at_dont.spam.me.cips.ca)
Date: 04/16/04
- Next message: muddtrav: "Re: Stored procedure loses permissions daily"
- Previous message: Geoff N. Hiten: "Re: Stored procedure loses permissions daily"
- In reply to: Geoff N. Hiten: "Re: Stored procedure loses permissions daily"
- Next in thread: muddtrav: "Re: Stored procedure loses permissions daily"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 16 Apr 2004 15:10:16 -0400
To check if this is happening, check the value of crdate for the proc in
sysobjects. If it is recent, then the object is being dropped and
recreated.
-- Tom --------------------------------------------------------------- Thomas A. Moreau, BSc, PhD, MCSE, MCDBA SQL Server MVP Columnist, SQL Server Professional Toronto, ON Canada www.pinnaclepublishing.com/sql "Geoff N. Hiten" <SRDBA@Careerbuilder.com> wrote in message news:%23FBXaS%23IEHA.3220@TK2MSFTNGP12.phx.gbl... Sounds like the procedure is getting dropped and recreated. The creation script likely doesn't have the GRANT statements included. -- Geoff N. Hiten Microsoft SQL Server MVP Senior Database Administrator Careerbuilder.com I support the Professional Association for SQL Server www.sqlpass.org "muddtrav" <anonymous@discussions.microsoft.com> wrote in message news:F22FFD72-074D-488C-A80E-EAA557205903@microsoft.com... > I have a stored procedure in a SQL 2000 database that loses all of the explicit permissions on a daily basis. I have it set up to grant permission to a single user account, but it keeps getting "unchecked". The stored procedure is used by a web page, and I continually have to change the permissions back to what it should be -- very frustrating. Every other object in the database keeps its permissions except this one. Has anyone seen this problem before???
- Next message: muddtrav: "Re: Stored procedure loses permissions daily"
- Previous message: Geoff N. Hiten: "Re: Stored procedure loses permissions daily"
- In reply to: Geoff N. Hiten: "Re: Stored procedure loses permissions daily"
- Next in thread: muddtrav: "Re: Stored procedure loses permissions daily"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|