xSQL Software Comparison Bundle for SQL Server v11.1.0.0
Released: Apr 23, 2020
v11.1.0.0 での更新項目
機能
- New in xSQL Software Data Compare for SQL Server v11.1.0
- Adds support for Microsoft Azure Active Directory Authentication for SQL Server, the comparison tools now support:
- Microsoft Azure Active Directory Integrated Authentication.
- Microsoft Azure Active Directory Password Authentication.
- New Data Differences Reports.
- Support for graph tables and edge constraints.
- Synchronizing data changes that do not allow updates: Data compare can synchronize changes between tables, which, for various reasons, do not support updates. An identity column, that is not part of the data key, is one example. Data Compare can scan the database tables for these cases and adjust the script automatically to accommodate them.
- Using delete/insert instead of updates: Data compare adds a new option that allows you to synchronize data changes using inserts/deletes instead of updates. This could prove useful for databases that do not permit or "prefer" updates, such as databases containing financial data.
- Improved mapping: Data compare contains an improved mapping functionally, which handles duplicated objects better than the previous versions. Duplicates are logged and reported, instead of aborting the entire operation.
- New in xSQL Software Schema Compare for SQL Server v11.1.0
- Adds support for Microsoft Azure Active Directory Authentication for SQL Server, the comparison tools now support:
- Azure Active Directory Integrated Authentication.
- Azure Active Directory Password Authentication.
- New Schema Differences Reports.
- Support for graph tables and edge constraints.
- New schema options for CLR assemblies on SQL Server 2017.
- Support for Azure External Users: Schema compare now supports external users on Azure SQL Databases. This includes both the external users and the external groups.
- Check constraint mappings: Previous versions of the schema compare mapped the check constraints by name or by the column on which the constraint is defined. This feature however was supported for check constraints on a single column. Version 11 removes this limitation and supports the column-mapping for composite check constraints on multiple columns.
- Unique constraint mappings: Schema compare now supports mapping of unique constraints based on their columns, in addition to mapping by name. Unique constraints mapped by columns do not trigger a schema difference if their name is different.
不具合の修正
- Fixed in xSQL Software Schema Compare for SQL Server v11.1.0
- Unique constraint on user-defined table types: Schema compare fixes an issue with the unique constraints on user-defined table types. The table type is no longer flagged as different when the constraints on the source and target database have a different name, since the name of these constraints can’t be scripted in this case.
- IGNORE_DUP_KEY index option on in-memory table types: Schema compare fixes an issue with the IGNORE_DUP_KEY option for indexes created on in-memory table types. This option is omitted since it is not supported by Microsoft SQL Server.