Skip to content

Commit 8a449d9

Browse files
authored
M49443 - Fixing Typo
Translator has reported possible source content issue. Affected Line: 42 Description: Missing closing parenthesis
1 parent c657ad3 commit 8a449d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/sql/develop-transaction-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The transaction safety limits only apply to fully logged operations.
3939

4040
The following operations are capable of being minimally logged:
4141

42-
* CREATE TABLE AS SELECT ([CTAS](../sql-data-warehouse/sql-data-warehouse-develop-ctas.md?toc=/azure/synapse-analytics/toc.json&bc=/azure/synapse-analytics/breadcrumb/toc.json)
42+
* CREATE TABLE AS SELECT ([CTAS])(../sql-data-warehouse/sql-data-warehouse-develop-ctas.md?toc=/azure/synapse-analytics/toc.json&bc=/azure/synapse-analytics/breadcrumb/toc.json)
4343
* INSERT..SELECT
4444
* CREATE INDEX
4545
* ALTER INDEX REBUILD

0 commit comments

Comments
 (0)