Extended Stored Procedures

  • Hi All,

     

    How do I find the inactive extended stored procedures in the master db.

     

    Thanks

    Pranav

  • This was removed by the editor as SPAM

  • what do you meen by inactive extended stored procedures ?


    Alamir Mohamed
    Alamir_mohamed@yahoo.com

  • By inactive i mean the ones that are not used by any server process or user at all. I wanted to get rid of all the unnecessary extended stored procedures since they are the usual suspects for vulnerabilities in sql server that can access the windows file system via injection attacks.

     

  • realy i don't know ... you can delete one by one (with seeing names ..) and if problem happened get the one back again

    I don't think you have to do this but you have to

    1- read this article (Stop SQL Injection Attacks Before They Stop You)

    http://msdn.microsoft.com/msdnmag/issues/04/09/SQLInjection/default.aspx

    2- and disable the ports that Hackers can get you from it

    I hope this help u.


    Alamir Mohamed
    Alamir_mohamed@yahoo.com

Viewing 5 posts - 1 through 4 (of 4 total)

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