Viewing 3 posts - 1 through 3 (of 3 total)
In MSSQL 2014, you can set the compatibility level to 110, then it will work as expected in the example.
ALTER DATABASE [db_name] SET COMPATIBILITY_LEVEL = 110
GO
February 24, 2016 at 6:59 am
Great question. However, I have to point out that the example behaves differently on SQL 2014 (e.g. the traceflag 9204 have been replaced by 2363). Seems I have some reading...
February 24, 2016 at 3:02 am
Perhaps it would be worth to mention how the setting of ANSI_NULLS affects the evaluation.
February 16, 2016 at 11:59 pm
Viewing 3 posts - 1 through 3 (of 3 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy