24 Ağustos 2012 Cuma

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.

Sql server da bir sp yi çalıştırdığınızda "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." hatasını alırsanız çözüm için
sp tanımlama kısmında aşağıdaki düzenlemeleri yaparak sorunu giderebilirsiniz.

SET ANSI_WARNINGS ON
SET ANSI_NULLS ON
  


 

Hiç yorum yok: