Skip to content

v2.2.0

Latest
Compare
Choose a tag to compare
@jadarnel27 jadarnel27 released this 26 Dec 17:07
fb19415

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
  • #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!)