Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Heterogeneous querys & ANSI_Nulls
Message
 
 
À
19/05/2006 12:22:47
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Divers
Thread ID:
01123602
Message ID:
01123605
Vues:
21
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform