I recently purchased a developer version of SQL server 2014. I had been using developer 2008 and previous to that 2003 and 2002. In previous versions the "wild card "=*" was available to queries such as the following code snippet;
select ...
from (table) where
...
AND C.IRP_ACCOUNT_NUMBER =* B.IRP_ACCOUNT_NUMBER
this does not seem to be available in my 2014 version. I wish to change the settings so it will recognize and follow that command. How can I do this? Thanks, Lindon