Skip to content

Ortus 1.3.1

Compare
Choose a tag to compare
@NikoNeugebauer NikoNeugebauer released this 27 Aug 21:59
· 135 commits to master since this release
  • Includes new Powershell functions for installing and removing CISL from the Instances:
    • Install-CISL.ps1 will allow you to install the CISL at multiple databases of a SQ Server Instance (or Azure SQLDB).
    • Remove-CISL.ps1 will allow you to remove the CISL from the multiple databases of a SQL Server Instance (or Azure SQLDB).
  • Support for the different collation is included.
  • Includes information on all recent SQL Server updates.
  • The database snapshots (.dacpac) for all platforms are now included in the Releases\DacPacs.
  • Included support of the new Columnstore Indexes Trace Flags in SQL Server 2016.
  • Basic Unit Tests (based on t-sqlt) are included for SQL Server 2012 & SQL Server 2014, guaranteeing the quality of the released code.
  • A good number of bug fixes.
  • Further parameter enhancements for the existing functions.