I have a report SP that is returning this error whenever I try to run it through the myDBR web app:
Heterogeneous queries require the ANSI_NULLS and ANSI_WARNINGS options to be set for the connection. This ensures consistent query semantics. Enable these options and then reissue your query.
However, the SP runs fine when I execute it in Microsoft SQL Server Management Studio. I have tried recreating the SP using these ANSI_NULLS and ANSI_WARNINGS options set to on, and still the same results. Since this error is specific to myDBR execution, is there a global setting etc that needs to be adjusted?
-Austin