• My guess would be that there would only be extra overhead when the RaiseError was invoked (Maybe not even then).

    You could test it by running a script without any RaiseError statements then adding the RaiseError statements and comparing the results.  If the timings are the same with no errors conditions, then you should be okay.

     

    Hope this helps