Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Heterogeneous querys & ANSI_Nulls
Message
From
19/05/2006 12:43:53
 
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
01123602
Message ID:
01123609
Views:
23
Thanks Sergey!!

>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.
Thank You

Rollin Burr

Politicians and diapers have one thing in common. They should both be changed regularly, and for the same reason.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform