Hi All,
I have a question - how to cauch this error:
SELECT * FROM dbo.ExistingFunction ('Wrong number of params - ExistingFunction expects 2 of them')
I tried using try-catch (both on the same level and one level higher) but with no success.
Best Regards,
Mike