Skip to content

Releases: NikoNeugebauer/CISL

Ortus 1.5.0

03 Sep 20:12
Compare
Choose a tag to compare
  • Azure SQLDW Support (just stand-alone scripts at the moment)
  • New functionality in GetAlignment to scan the current execution plans & distinct values
  • New Parameter for the precise search across all scripts and Stored Procedures (@preciseSearch)
  • Some Bug-Fixes across all supported versions (2012,2014,2016,Azure SQLDB & vNext(2017))
  • Includes information on all recent SQL Server updates since CISL 1.4.1;

Ortus 1.4.2

31 Dec 02:21
Compare
Choose a tag to compare
  • A lot of Bug-Fixes across all supported versions (2012,2014,2016,Azure SQLDB & vNext)
  • Includes information on all recent SQL Server updates;
  • First Unit Tests to cover SQL Server 2016 functionalities

Ortus 1.4.1

29 Nov 23:54
Compare
Choose a tag to compare
  • Added support for all editions of SQL Server 2016 SP1 or later;
  • Added early support for the SQL Server vNext (Late 2016 Stand);
  • Includes information on all recent SQL Server updates;
  • A good number of bug fixes;
  • Added Update function in Powershell for updating CISL Installation on the disk.

Ortus 1.4.0

01 Nov 03:56
Compare
Choose a tag to compare
  • Extended Events installation (individual groups or all at once) of the all relevant & useful Events for all supported versions (SQL Server 2012, 2014, 2016 & Azure SQL Database)
  • Includes information on all recent SQL Server updates.
  • A good number of bug fixes.

Ortus 1.3.1

27 Aug 21:59
Compare
Choose a tag to compare
  • 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.

Ortus 1.3.0

20 Jul 21:14
Compare
Choose a tag to compare
  • Included Support for SQL Server 2016 & Azure SQLDatabase InMemory Tables with and without Columnstore Index.
  • Added support for AlwaysOn Availability Groups when using Maintenance Solution.
  • Added new parameters & columns to all supported platforms (2012,2014,2016 & Azure SQLDB) for displaying location and type of the indexes (Disk-Based, In-Memory)
  • Implemented Maintenance Solution for SQL Server 2016 & Azure SQLDatabase, that supports InMemory Columnstore Indexes.
  • Added release & bugs information on the latest cumulative updates for SQL Server 2012, 2014 & 2016,
  • Fixed a number of bugs in all supported platforms.

Ortus 1.2.0

11 May 20:10
Compare
Choose a tag to compare

Included Support for the Temporary Tables with Columnstore Indexes (local & global for every supported version, except Azure SQLDatabase, where global temporary tables do not exist yet and so only the local ones are supported).
Added release & bugs information on the latest cumulative updates for SQL Server 2012, 2014 & 2016,
Fixed bugs in the SuggestedTables, that were showing wrong number of total rows.
Fixed bugs with Tombstones in SQL 2016 & Azure SQLDatabase.

Ortus 1.1.0

11 Jan 21:18
Compare
Choose a tag to compare

This release includes the columnstore maintenance solution for SQL Server 2014
plus one file to install all stored procedures and one file to clean up all CISL tables and stored procedures.
Other enhancements include new parameter of object_id for all procedures that consult existing tables and some minor bug-fixes.

Ortus 1.0.4

22 Dec 16:27
Compare
Choose a tag to compare

Minor release with bug fixes,
small enhancements (new CUs for SQL Server),
more unified name parameters (schemaName added across most of the functions).

Ortus 1.0.3

28 Nov 13:49
Compare
Choose a tag to compare

Minor release with bug fixes,
small enhancements,
more unified name parameters (tableNamePattern->tableName across all functions),
plus a new function for listing the Row Groups Details.