Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Heterogeneous querys & ANSI_Nulls
Message
 
 
To
19/05/2006 12:22:47
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
01123602
Message ID:
01123605
Views:
19
This message has been marked as the solution to the initial question of the thread.
Try
SET ANSI_NULLS ON 
GO
SET ANSI_WARNINGS ON 
GO
CREATE PROCEDURE ...
>I am trying to run a select statement across servers and databases. The syntax reports back OK, but when I try to save (stored procedure), I get an error indicating that heterogeneous queries require ANSI_Nulls and ANSI_Warnings to be enabled. I have tried to do this, both in the procedure itself, and on each server, using:
>
>
>SET ANSI_NULL_DFLT_ON ON
>SET ANSI_WARNINGS ON
>
>
>I still get the error. Any ideas?? Any / All help is very appreciated.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform