• since it sounds like you don't wantto remove permissions, but to prevent it from running with all default parameters?

    can you modify the stored proc itself?

    that's the low hanging fruit, i think, easiest to modify with no other changes.

    you could have it test for no parameters + a signiture related to reportserver: hostname of the reportserver, or the suser_name() it uses, and have it return no rows/one row or something in that situation. maybe an additional default parameter, it really depends....

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!