Why doesn\'t SQL Server support TRY-CATCH blocks inside UDFs?
If we\'re talking about scalar UDFs, which are mostly used for calculations and conversations, this block s
As a work around, I would call the UDF from TRY/CATCH inside a stored procedure.