> From: Eric Creese [mailto:[EMAIL PROTECTED] > Ok I have a created a stored procedure that gets a list of > email addresses on Thurdays and will write them to an EXCEL > file, the logic decent and works however when the statement > that fetches the data is run I keep getting the > > "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." > > I tried setting them in the query statement itself but it > still fails, I tried setting them before running the stored > proc and that does not work either. I even tried EXEC them > alone before firing the main query. Anybody have any suggestions?
Refer to books on-line (BOL). Lookup... SET ANSI_NULLS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:191571 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

