Hi folks,
I've used the sql from this article http://blogs.techrepublic.com.com/datacenter/?p=275 to try and track down the cause of a lot of blocking which has been going on recently within my sql server 2005 database. A number of times, all the processes returned are calling 'create function...', the functions vary but a number of them will be creating the same function. From the details included in the article, and from looking at what is in the tables the result set is built from it doesn't look like these create statements are usually being called. Does this imply recompilation of the functions in question? Or something else?
Thanks for any help,
Robin