March 26, 2008 at 8:21 am
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
March 26, 2008 at 10:27 am
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/
March 26, 2008 at 2:29 pm
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