• Chris,

    If you have a bog standard SQL2000 function, for the sake of argument it multiplies one argument by another and you write a query that applies that function to records in a table. You get a big performance hit because the function is applied row by row.

    If you have your .NET assembly function does the same thing apply?

    Also, does the CLR mean that extended stored procedures are now consigned to the history books?