I am trying to address the ANSI warning message with "SET ANSI_WARNINGS OFF"
Warning: Null value is eliminated by an aggregate
or other SET operation.
How ever I get this message:
Heterogeneous queries require the ANSI_NULLS and ANSI_WARNINGS options to be set for the connection.
I am indeed using linked server in that query. The only problem this warning causing is that my job out put file has lot of these messages and I was wondering if there is any way I can turn these messages off in a linked server environment.