I can change the value of SET ANSI_NULLS
by using SET ANSI_NULLS OFF
or SET ANSI_NULLS ON
Question #1 how can I get the current value ?
Question #2 does setting a value is applied to query? Table? Instance? Whole db?
Question #3 If I'm entering a company which does if myNullParam <>null
, what is the place which I should check (db ? schema? query ?) to tell them - this gonna work , or Not ?
thanks.