Which master db extended stored procedures used in app. db

  • Sub: Which master db extended stored procedures used in app. db

    Hi All

    Recently we got a recommendation from the auditor that the public role master database in sql server 2000, should not have the execution permissions on extended stored procedure.

    After removing the above permissions, we encounter some of the applications are not working.

    Application users donot know which extended stored procedure they are using in the application.

    So Is there any way to findout from the database that which are the users using what master database extended stored procedures in their application.

    Please advise

    thanks in advance

    Best Regards

    Anju

     

  • Run the profiler on the bits of the application which do not work and see what is called just before they fail.

     

  • Yes, use SQL profiler and log all TSQL/SP queries.


    N 56°04'39.16"
    E 12°55'05.25"

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply