Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 Heterogeneous queries require the ANSI_NULLS and A

Author  Topic 

svicky9
Posting Yak Master

232 Posts

Posted - 2007-07-09 : 11:43:16
Hi Friends

I am trying to Execute a Procedure . But it keeps giving me the Error message

Heterogeneous queries require the ANSI_NULLS and ANSI_WARNINGS options to be set for the connection.

I changed the ANSI_NULLS and ANSI_WARNINGS to ON and created the Procedure

Its still the same

What should be the problem

Regards
Vic

Vic

http://vicdba.blogspot.com

X002548
Not Just a Number

15586 Posts

Posted - 2007-07-09 : 12:58:21
How are you calling the sproc?

It doesn't sound it has anything to do with the sproc



Brett

8-)

Hint: Want your questions answered fast? Follow the direction in this link
http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspx

Add yourself!
http://www.frappr.com/sqlteam



Go to Top of Page
   

- Advertisement -