Extended Stored Procedures no longer work

  • Hi Everyone,

    Is there a way to list all functions in a DLL? I have a few extended stored procedures that used to work in SQL 2000 and no longer work in SQL 2005. The DLLs still exist but when I execute the procedure, I get a message stating it could not be found in the library. I could not find any documentation on removed functions from SQL 2005 DLLs. Please help.

    These no longer run in 2005:

    xp_printstatements

    xp_displayparamstmt

    xp_displayqueuemesgs

    Thanks,

    Lynn

  • I think you'll find these were removed from SQL 2005.

    Your option is to write your own proc in the clr to do whatever this proc call did.

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • I thought so. Thanks.

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

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