I'm working with PB connected to SQL Server native.
When tring to execute a select statment with link_server I get the error "
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'd like to set the appropriate values (ansi_nulls, ansi_warning) on the connection but I don't know where and how.
Any Ideas?
When tring to execute a select statment with link_server I get the error "
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'd like to set the appropriate values (ansi_nulls, ansi_warning) on the connection but I don't know where and how.
Any Ideas?