xSQL Software Schema Builder for SQL Server Releases

Released: Sep 30, 2022

Updates in v12.0.0.0

Features

  • Added support for the latest features on Microsoft SQL Server 2022 and Microsoft Azure databases.
  • Added support for SQL Server 2022 statement permissions as well as the more granular 'UNMASK' permission on schemas, tables and table columns.
  • Added support for 'XML_COMPRESSION' clause on tables, primary keys and unique constraints, relational and XML indexes.
  • Added support for 'ORDER' clause on clustered 'columnstore' indexes.

Released: Dec 12, 2019

Updates in v11.0.0.0

Features

  • Adds support for Microsoft Azure Active Directory Authentication.
  • Supports the new graph structure, such as the node and the edge tables, introduced in Microsoft SQL Server 2017, and the edge constraints, introduced in Microsoft SQL Server 2019.
  • Provides new assembly option to comply with the Microsoft SQL Server 2017 strict assembly policy.
  • Adds a new mapping option, by columns, for the unique constraints; the same options are extended to check constraints on multiple columns.

Fixes

  • A...