M
Mike Fechner
Guest
Generally, I hate NO-ERROR as a simple workaround. I'd rather test for the conditions beforehand or wrap the single statement with an CATCH block and ignore only certain expected errors and log all others to a log file.
Continue reading...
Continue reading...