Follow-up on cursor options

I add a few tidbits to follow up on a popular post on default cursor options in SQL Server.

I have an aversion to @@VERSION

I suggest a different approach to providing more data about service packs and cumulative updates than messing with @@VERSION.

FORMAT is nice and all, but…

I compare multiple date formatting techniques, demonstrating again that FORMAT() is not worth the convenience.

SQL Server 2016: JSON support

I walk through some of the new JSON-related Transact-SQL functionality that will be available in SQL Server 2016.

High LCK_M_SCH_M waits

I describe a scenario where Common Criteria compliance was deemed the cause of high LCK_M_SCH_M waits for multiple customers.