Sql Server Developer Edition 2012 'link' Download 【DIRECT →】
ALTER DATABASE MyLegacyDB SET COMPATIBILITY_LEVEL = 110; You get the old query optimizer behavior on brand new, secure, supported binaries.
If you are not shackled to a legacy app, download SQL Server 2022 Developer Edition (free & legal) and set your Database Compatibility Level to 110 (SQL Server 2012). sql server developer edition 2012 download
Here is the legal gray area: You cannot buy a new license. But if you have an old MSDN subscription key or a legitimate product key from back in the day, you are allowed to download the bits for archival/development use. ALTER DATABASE MyLegacyDB SET COMPATIBILITY_LEVEL = 110; You