I run Query and it give an error "Division By Zero".
I try to remove it with adding
SET ARITHABORT OFF
SET ANSI_WARNINGS OFF
in Query SQL Statement
But MSQuery Show Exception.
I run catched statement from MS SQL Profiler into Query Analyzer and QA
don't show me an error .