Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 70b5279

Browse files
committed
Bringing even with master.
2 parents a5f6273 + 904d3a9 commit 70b5279

8 files changed

Lines changed: 68 additions & 30 deletions

docs/relational-databases/indexes/create-filtered-indexes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ monikerRange: "=azuresqldb-current||>=sql-server-2016||=sqlallproducts-allversio
6767

6868
### <a name="Restrictions"></a> Limitations and Restrictions
6969

70-
- You cannot create a filtered index on a view. However, the query optimizer can benefit from a filtered index defined on a table that is referenced in a view. The query optimizer considers a filtered index for a query that selects from a view if the query results will be correct.
70+
- You cannot create a filtered index on a view. However, the query optimizer can benefit from a filtered index defined on a table that is referenced in a view. The query optimizer considers a filtered index for a query that selects from a view if the query results will be correct.
71+
72+
- You cannot create a filtered index on a table when the column accessed in the filter expression is of a CLR data type.
7173

7274
- Filtered indexes have the following advantages over indexed views:
7375

docs/relational-databases/system-catalog-views/sys-soap-endpoints-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ manager: craigg
3939
|**is_sql_language_enabled**|**bit**|1 = BATCHES = ENABLED option was specified, meaning that ad-hoc SQL batches are allowed on the endpoint.|
4040
|**wsdl_generator_procedure**|**nvarchar(776)**|The three-part name of the stored procedure that implements this method.<br /><br /> Names of methods require strict three-part syntax. one, two, or four-part names are not allowed.|
4141
|**default_database**|**sysname**|The name of the default database given in the DATABASE = option.<br /><br /> NULL = DEFAULT was specified.|
42-
|**default_namespace**|**nvarchar(384)**|The default namespace specified in the NAMESPACE = option, or 'http://tempuri.org' if DEFAULT was specified instead.|
42+
|**default_namespace**|**nvarchar(384)**|The default namespace specified in the NAMESPACE = option, or `http://tempuri.org` if DEFAULT was specified instead.|
4343
|**default_result_schema**|**tinyint**|The default value of the SCHEMA = option.<br /><br /> 0 = NONE<br /><br /> 1 = STANDARD|
4444
|**default_result_schema_desc**|**nvarchar(60)**|Description of the default value of the SCHEMA = option.<br /><br /> NONE<br /><br /> STANDARD|
4545
|**is_xml_charset_enforced**|**bit**|0 = CHARACTER_SET = SQL option was specified.<br /><br /> 1 = CHARACTER_SET = XML option was specified.|

docs/ssma/access/what-s-new-in-ssma-for-access-accesstosql.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "What's New in SSMA for Access(AccessToSQL) | Microsoft Docs"
33
ms.prod: sql
44
ms.custom: ""
5-
ms.date: "08/14/2018"
5+
ms.date: "09/22/2018"
66
ms.reviewer: ""
77
ms.suite: "sql"
88
ms.technology: ssma
@@ -20,6 +20,12 @@ manager: craigg
2020
# What's New in SSMA for Access (AccessToSQL)
2121
This article lists SSMA for Access changes in each release.
2222

23+
## SSMA v7.10
24+
The v7.10 release of SSMA for Access has been enhanced with targeted fixes designed to provide additional security and privacy protections to meet changes in global requirements.
25+
26+
> [!IMPORTANT]
27+
> With SSMA v7.4 and later versions, .Net 4.5.2 is an installation pre-requisite.
28+
2329
## SSMA v7.9
2430
The v7.9 release of SSMA for Access contains the following changes:
2531
- Targeted fixes that improve quality and conversion metrics.
@@ -40,7 +46,7 @@ The v7.8 release of SSMA for Access contains the following changes:
4046
## SSMA v7.7
4147
The v7.7 release of SSMA for Access contains the following changes:
4248
- SSMA for Access has been enhanced with targeted fixes that improve quality and conversion metrics.
43-
- Based on the popular demand, the 32-bit version of SSMA for Access is back. Compared to the previous implementation (prior to v7.4), there are two installer packages, but they cannot be installed side by side. As a result, you must choose the most appropriate version based on the connectivity components you have. It is always preferable to use the 64-bit version, if possible.
49+
- Based on the popular demand, the 32-bit version of SSMA for Access is back. Compared to the previous implementation (prior to v7.4), there are two installer packages, but they cannot be installed side by side. As a result, you must choose the most appropriate version based on the connectivity components you have. It's always preferable to use the 64-bit version, if possible.
4450

4551
> [!IMPORTANT]
4652
> With SSMA v7.4 and later versions, .Net 4.5.2 is an installation pre-requisite.
@@ -78,7 +84,7 @@ The v7.3 release of SSMA for Access contains the following changes:
7884
- Libraries that can be consumed by SSMA for performing custom conversions.
7985
- You can now construct code that can handle custom syntax conversions and conversions that weren't previously handled by SSMA.
8086
- Instructions on how to construct a custom converter are available in this blog post, [Extending SQL Server Migration Assistant's conversion capabilities](https://blogs.msdn.microsoft.com/datamigration/2017/02/21/2185/).
81-
- Sample project for conversion can be download this [blog post](https://blogs.msdn.microsoft.com/datamigration/ssmafororacleconversionsample/).
87+
- Download a sample project for conversion from this [blog post](https://blogs.msdn.microsoft.com/datamigration/ssmafororacleconversionsample/).
8288

8389
## SSMA v7.2
8490
The v7.2 release of SSMA for Access contains the following changes:
@@ -88,7 +94,7 @@ The v7.2 release of SSMA for Access contains the following changes:
8894
## SSMA v7.1
8995
The v7.1 release of SSMA for Access contains the following changes:
9096
- SQL Server 2017 on Windows and Linux CTP1 is now a supported target platform for migration. This feature is in technical preview and supports schema and data movement to target SQL servers.
91-
- SSMA now supports automatic updates to download the latest version of SSMA as soon as it is available.
97+
- SSMA now supports automatic updates to download the latest version of SSMA as soon as it's available.
9298
- SSMA installable binaries are now delivered through Windows installer package files (.msi).
9399

94100
**Resources**

docs/ssma/db2/what-s-new-in-ssma-for-db2-db2tosql.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "What's New in SSMA for DB2 (DB2ToSQL) | Microsoft Docs"
33
ms.prod: sql
44
ms.custom: ""
5-
ms.date: "08/14/2018"
5+
ms.date: "09/22/2018"
66
ms.reviewer: ""
77
ms.suite: "sql"
88
ms.technology: ssma
@@ -20,11 +20,19 @@ manager: craigg
2020
# What's New in SSMA for DB2 (DB2ToSQL)
2121
This article lists SSMA for DB2 changes in each release.
2222

23+
## SSMA v7.10
24+
The v7.10 release of SSMA for DB2 contains the following changes:
25+
- Targeted fixes designed to provide additional security and privacy protections to meet changes in global requirements.
26+
- A fix for conversion of BEGIN-END blocks.
27+
28+
> [!IMPORTANT]
29+
> With SSMA v7.4 and later versions, .Net 4.5.2 is an installation pre-requisite.
30+
2331
## SSMA v7.9
2432
The v7.9 release of SSMA for DB2 contains the following changes:
2533
- Targeted fixes that improve quality and conversion metrics.
2634
- Support in SSMA command line to alter Data Type mapping and Project Preferences.
27-
- Support for migrating data using SQL Server Integration Services (SSIS). After converting the schema, it is possible to create an SSIS package by using a right-click context menu option.
35+
- Support for migrating data using SQL Server Integration Services (SSIS). After converting the schema, it's possible to create an SSIS package by using a right-click context menu option.
2836
- The Azure SQL Database connection dialog in SSMA has also been altered to specify the fully qualified server name. In previous versions of SSMA, the Azure SQL Database prefix had to be explicitly mentioned inside projects settings.
2937

3038
> [!IMPORTANT]
@@ -41,13 +49,13 @@ The v7.8 release of SSMA for DB2 contains the following changes:
4149
## SSMA v7.7
4250
The v7.7 release of SSMA for DB2 contains the following changes:
4351
- SSMA for DB2 has been enhanced with targeted fixes that improve quality and conversion metrics.
44-
- Based on the popular demand, the 32-bit version of SSMA for DB2 is back. Compared to the previous implementation (prior to v7.4), there are two installer packages, but they cannot be installed side by side. As a result, you must choose the most appropriate version based on the connectivity components you have. It is always preferable to use the 64-bit version, if possible.
52+
- Based on the popular demand, the 32-bit version of SSMA for DB2 is back. Compared to the previous implementation (prior to v7.4), there are two installer packages, but they cannot be installed side by side. As a result, you must choose the most appropriate version based on the connectivity components you have. It's always preferable to use the 64-bit version, if possible.
4553

4654
> [!IMPORTANT]
4755
> With SSMA v7.4 and later versions, .Net 4.5.2 is an installation pre-requisite.
4856
4957
## SSMA v7.6
50-
The v7.6 release of SSMA for DB2 has been enhanced with targeted fixes that improve quality and conversion metrics and with support for SQL Server 2017 (public preview). Support for SQL Server 2017 on Windows and Linux is in public preview and should not be used for production migrations.
58+
The v7.6 release of SSMA for DB2 has been enhanced with targeted fixes that improve quality and conversion metrics and with support for SQL Server 2017 (public preview). Support for SQL Server 2017 on Windows and Linux is in public preview and shouldn't be used for production migrations.
5159

5260
> [!IMPORTANT]
5361
> With SSMA v7.4 and later versions, .Net 4.5.2 is an installation pre-requisite, and the 32-bit version of the tool has been discontinued.
@@ -78,7 +86,7 @@ The v7.3 release of SSMA for DB2 contains the following changes:
7886
- Libraries that can be consumed by SSMA for performing custom conversions.
7987
- You can now construct code that can handle custom syntax conversions and conversions that weren't previously handled by SSMA.
8088
- Instructions on how to construct a custom converter are available in this blog post, [Extending SQL Server Migration Assistant's conversion capabilities](https://blogs.msdn.microsoft.com/datamigration/2017/02/21/2185/).
81-
- Sample project for conversion can be download this [blog post](https://blogs.msdn.microsoft.com/datamigration/ssmafororacleconversionsample/).
89+
- Download a sample project for conversion from this [blog post](https://blogs.msdn.microsoft.com/datamigration/ssmafororacleconversionsample/).
8290

8391
## SSMA v7.2
8492
The v7.2 release of SSMA for DB2 contains the following changes:
@@ -88,7 +96,7 @@ The v7.2 release of SSMA for DB2 contains the following changes:
8896
## SSMA v7.1
8997
The v7.1 release of SSMA for Access contains the following changes:
9098
- SQL Server 2017 on Windows and Linux CTP1 is now a supported target platform for migration. This feature is in technical preview and allows schema and data movement to target SQL servers.
91-
- SSMA now supports automatic updates to download the latest version of SSMA as soon as it is available.
99+
- SSMA now supports automatic updates to download the latest version of SSMA as soon as it's available.
92100
- SSMA installable binaries are now delivered through Windows installer package files (.msi).
93101

94102
**Resources**

docs/ssma/mysql/what-s-new-in-ssma-for-mysql-mysqltosql.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "What's New in SSMA for MySQL (MySQLToSql) | Microsoft Docs"
33
ms.prod: sql
44
ms.custom: ""
5-
ms.date: "08/14/2018"
5+
ms.date: "09/22/2018"
66
ms.reviewer: ""
77
ms.suite: "sql"
88
ms.technology: ssma
@@ -20,6 +20,14 @@ manager: craigg
2020
# What's New in SSMA for MySQL (MySQLToSql)
2121
This article lists SSMA for MySQL changes in each release.
2222

23+
## SSMA v7.10
24+
The v7.10 release of SSMA for MySQL contains the following changes:
25+
- Targeted fixes designed to provide additional security and privacy protections to meet changes in global requirements.
26+
- A fix for conversion of spaces between function name and arguments list.
27+
28+
> [!IMPORTANT]
29+
> With SSMA v7.4 and later versions, .Net 4.5.2 is an installation pre-requisite.
30+
2331
## SSMA v7.9
2432
The v7.9 release of SSMA for MySQL contains the following changes:
2533
- Targeted fixes that improve quality and conversion metrics.
@@ -79,7 +87,7 @@ The v7.3 release of SSMA for MySQL contains the following changes:
7987
- Libraries that can be consumed by SSMA for performing custom conversions.
8088
- You can now construct code that can handle custom syntax conversions and conversions that weren't previously handled by SSMA.
8189
- Instructions on how to construct a custom converter are available in this blog post, [Extending SQL Server Migration Assistant's conversion capabilities](https://blogs.msdn.microsoft.com/datamigration/2017/02/21/2185/).
82-
- Sample project for conversion can be download this [blog post](https://blogs.msdn.microsoft.com/datamigration/ssmafororacleconversionsample/).
90+
- Download a sample project for conversion from this [blog post](https://blogs.msdn.microsoft.com/datamigration/ssmafororacleconversionsample/).
8391

8492
## SSMA v7.2
8593
The v7.2 release of SSMA for MySQL contains the following changes:

docs/ssma/oracle/what-s-new-in-ssma-for-oracle-oracletosql.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "What's New in SSMA for Oracle (OracleToSQL) | Microsoft Docs"
33
ms.prod: sql
44
ms.custom: ""
5-
ms.date: "08/14/2018"
5+
ms.date: "09/22/2018"
66
ms.reviewer: ""
77
ms.suite: "sql"
88
ms.technology: ssma
@@ -17,12 +17,20 @@ manager: craigg
1717
# What's New in SSMA for Oracle (OracleToSQL)
1818
This article lists SSMA for Oracle changes in each release.
1919

20+
## SSMA v7.10
21+
The v7.10 release of SSMA for Oracle contains the following changes:
22+
- Targeted fixes designed to provide additional security and privacy protections to meet changes in global requirements.
23+
- A conversion improvement related to hierarchical queries.
24+
25+
> [!IMPORTANT]
26+
> With SSMA v7.4 and later versions, .Net 4.5.2 is an installation pre-requisite.
27+
2028
## SSMA v7.9
2129
The v7.9 release of SSMA for Oracle contains the following changes:
2230
- Targeted fixes that improve quality and conversion metrics.
2331
- Support for migrating "Continue" statements from Oracle to SQL Server.
2432
- Support in SSMA command line to alter Data Type mapping and Project Preferences.
25-
- Support for migrating data using SQL Server Integration Services (SSIS). After converting the schema, it is possible to create an SSIS package by using a right-click context menu option.
33+
- Support for migrating data using SQL Server Integration Services (SSIS). After converting the schema, it's possible to create an SSIS package by using a right-click context menu option.
2634
- The Azure SQL Database connection dialog in SSMA has also been altered to specify the fully qualified server name. In previous versions of SSMA, the Azure SQL Database prefix had to be explicitly mentioned inside projects settings.
2735

2836
> [!IMPORTANT]
@@ -43,15 +51,15 @@ The v7.8 release of SSMA for Oracle contains the following changes:
4351
## SSMA v7.7
4452
The v7.7 release of SSMA for Oracle contains the following changes:
4553
- SSMA for Oracle has been enhanced with targeted fixes that improve quality and conversion metrics.
46-
- Based on the popular demand, the 32-bit version of SSMA for Oracle is back. Compared to the previous implementation (prior to v7.4), there are two installer packages, but they cannot be installed side by side. As a result, you must choose the most appropriate version based on the connectivity components you have. It is always preferable to use the 64-bit version, if possible.
47-
- SQL Server 2017 support is now official with the Oracle Extension Pack supported on Linux as well (new remote installation option). Note that Extension Pack functionality is limited when installed on Linux, as the tester and server-side data migration features are not supported
54+
- Based on the popular demand, the 32-bit version of SSMA for Oracle is back. Compared to the previous implementation (prior to v7.4), there are two installer packages, but they can't be installed side by side. As a result, you must choose the most appropriate version based on the connectivity components you have. It's always preferable to use the 64-bit version, if possible.
55+
- SQL Server 2017 support is now official with the Oracle Extension Pack supported on Linux as well (new remote installation option). Note that Extension Pack functionality is limited when installed on Linux, as the tester and server-side data migration features aren't supported.
4856
- SSMA for Oracle allows you to migrate Materialized Views as regular tables (configurable through the settings at **Project Settings** -> **Synchronization** -> **Discover backing tables for Materialized Views**).
4957

5058
> [!IMPORTANT]
5159
> With SSMA v7.4 and later versions, .Net 4.5.2 is an installation pre-requisite.
5260
5361
## SSMA v7.6
54-
The v7.6 release of SSMA for Oracle has been enhanced with targeted fixes that improve quality and conversion metrics and with support for SQL Server 2017 (public preview). Support for SQL Server 2017 on Windows and Linux is in public preview and should not be used for production migrations.
62+
The v7.6 release of SSMA for Oracle has been enhanced with targeted fixes that improve quality and conversion metrics and with support for SQL Server 2017 (public preview). Support for SQL Server 2017 on Windows and Linux is in public preview and shouldn't be used for production migrations.
5563

5664
> [!IMPORTANT]
5765
> With SSMA v7.4 and later versions, .Net 4.5.2 is an installation pre-requisite, and the 32-bit version of the tool has been discontinued.
@@ -107,7 +115,7 @@ The v7.2 release of SSMA for Oracle contains the following changes:
107115
## SSMA v7.1
108116
The v7.1 release of SSMA for Oracle contains the following changes:
109117
- SQL Server 2017 on Windows and Linux CTP1 is now a supported target platform for migration. This feature is in technical preview and allows schema and data movement to target SQL servers.
110-
- SSMA now supports automatic updates to download the latest version of SSMA as soon as it is available.
118+
- SSMA now supports automatic updates to download the latest version of SSMA as soon as it's available.
111119
- SSMA installable binaries are now delivered through Windows installer package files (.msi).
112120

113121
**Resources**
@@ -122,8 +130,8 @@ The May 2016 release of SSMA for Oracle contains the following changes:
122130
- Added support for SQL Server 2016.
123131
- Added conversion of Oracle flashback archive tables to SQL Server temporal tables.
124132

125-
**Note** - SSMA does not copy history data from Oracle Flashback Data Archive tables. As a result, the history data must be copied manually during the migration process. In addition, while SSMA does not display the history table in the SQL Server metadata explorer because it’s treated as a system table, you can view the history table in SQL Server Management Studio.
126-
SQL Server 2016 does not support several Oracle Flashback features, including:
133+
**Note** - SSMA doesn't copy history data from Oracle Flashback Data Archive tables. As a result, the history data must be copied manually during the migration process. In addition, while SSMA doesn't display the history table in the SQL Server metadata explorer because it’s treated as a system table, you can view the history table in SQL Server Management Studio.
134+
SQL Server 2016 doesn't support several Oracle Flashback features, including:
127135
- Oracle Flashback Transaction Query
128136
- DBMS_FLASHBACK Package
129137
- Flashback Transaction

0 commit comments

Comments
 (0)