This minor release addresses the following two items:
- #13 Tweaks to object existence check
- The script now checks for the existence of dbo.SqlServerVersions using the
OBJECT_ID
function - The existence check specifies the schema
- GO statements have been added between logical batches
- The script now checks for the existence of dbo.SqlServerVersions using the
- #15 Clean up workaround for 2014 SP3
- For a while, the build number for SQL Server 2014 SP3 wasn't listed on the main support page. A workaround was added to account for this. Now that SP3 is listed, the workaround code has been removed to keep things tidy (thanks again, @reharmsen!)