Skip to content

Commit db76b5f

Browse files
committed
Merge branch 'release-ignite-arcadia' of https://github.com/MicrosoftDocs/azure-docs-pr into release-ignite-arcadia
2 parents 8d66466 + ffab016 commit db76b5f

File tree

218 files changed

+276
-274
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

218 files changed

+276
-274
lines changed

articles/data-factory/connector-azure-sql-data-warehouse.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ To use this feature, create an [Azure Blob Storage linked service](connector-azu
535535

536536
### Best practices for using PolyBase
537537

538-
The following sections provide best practices in addition to those mentioned in [Best practices for Azure Synapse Analytics](../synapse-analytics/sql-analytics/best-practices-sql-pool.md).
538+
The following sections provide best practices in addition to those mentioned in [Best practices for Azure Synapse Analytics](../synapse-analytics/sql/best-practices-sql-pool.md).
539539

540540
#### Required database permission
541541

@@ -744,7 +744,7 @@ Settings specific to Azure Synapse Analytics are available in the **Settings** t
744744
When you copy data from or to Azure Synapse Analytics, the following mappings are used from Azure Synapse Analytics data types to Azure Data Factory interim data types. See [schema and data type mappings](copy-activity-schema-and-type-mapping.md) to learn how Copy Activity maps the source schema and data type to the sink.
745745

746746
>[!TIP]
747-
>Refer to [Table data types in Azure Synapse Analytics](../synapse-analytics/sql-analytics/development-tables-data-types.md) article on SQL DW supported data types and the workarounds for unsupported ones.
747+
>Refer to [Table data types in Azure Synapse Analytics](../synapse-analytics/sql/develop-tables-data-types.md) article on SQL DW supported data types and the workarounds for unsupported ones.
748748
749749
| Azure Synapse Analytics data type | Data Factory interim data type |
750750
| :------------------------------------ | :----------------------------- |

articles/machine-learning/team-data-science-process/sqldw-walkthrough.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Follow the documentation at [Create and query an Azure SQL Data Warehouse in the
7878

7979
**Install Visual Studio and SQL Server Data Tools.** For instructions, see [Getting started with Visual Studio 2019 for SQL Data Warehouse](../../synapse-analytics/sql-data-warehouse/sql-data-warehouse-install-visual-studio.md).
8080

81-
**Connect to your Azure Synapse Analytics with Visual Studio.** For instructions, see steps 1 & 2 in [Connect to SQL Analytics in Azure Synapse Analytics](../../synapse-analytics/sql-analytics/connect-overview.md).
81+
**Connect to your Azure Synapse Analytics with Visual Studio.** For instructions, see steps 1 & 2 in [Connect to SQL Analytics in Azure Synapse Analytics](../../synapse-analytics/sql/connect-overview.md).
8282

8383
> [!NOTE]
8484
> Run the following SQL query on the database you created in your Azure Synapse Analytics (instead of the query provided in step 3 of the connect topic,) to **create a master key**.

articles/synapse-analytics/quickstart-sql-on-demand.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ The following file types are supported: JSON, CSV, Apache Parquet
2222
Choose a SQL client to issue queries:
2323

2424
- [Azure Synapse Studio](quickstart-synapse-studio.md) is a web tool that you can use to browse files in storage and create SQL query.
25-
- [Azure Data Studio](./sql-analytics/get-started-azure-data-studio.md) is a client tool that enables you to run SQL queries and notebooks on your On-demand database.
26-
- [SQL Server Management Studio](./sql-analytics/get-started-ssms.md) is a client tool that enables you to run SQL queries on your On-demand database.
25+
- [Azure Data Studio](sql/get-started-azure-data-studio.md) is a client tool that enables you to run SQL queries and notebooks on your On-demand database.
26+
- [SQL Server Management Studio](sql/get-started-ssms.md) is a client tool that enables you to run SQL queries on your On-demand database.
2727

2828
Parameters for quickstart:
2929

@@ -83,7 +83,7 @@ GO
8383

8484
The following image is a preview of the file to be queried:
8585

86-
![First 10 rows of the CSV file without header, Windows style new line.](./sql-analytics/media/querying-single-csv-file/population.png)
86+
![First 10 rows of the CSV file without header, Windows style new line.](./sql/media/query-single-csv-file/population.png)
8787

8888
The following query shows how to read a CSV file that does not contain a header row, with Windows-style new line, and comma-delimited columns:
8989

@@ -108,7 +108,7 @@ WHERE
108108
```
109109

110110
You can specify schema at query compilation time.
111-
For more examples, see how to [query CSV file](./sql-analytics/query-single-csv-file.md).
111+
For more examples, see how to [query CSV file](sql/query-single-csv-file.md).
112112

113113
## Querying parquet files
114114

@@ -126,7 +126,7 @@ FROM OPENROWSET
126126
) AS nyc
127127
```
128128

129-
Find more information about [querying parquet files](./sql-analytics/query-parquet-files.md)].
129+
Find more information about [querying parquet files](sql/query-parquet-files.md)].
130130

131131
## Querying JSON files
132132

@@ -180,16 +180,16 @@ WHERE
180180

181181
Now you are ready to start with following Quickstarts:
182182

183-
- [Query single CSV file](./sql-analytics/query-single-csv-file.md)
184-
- [Query folders and multiple CSV files](./sql-analytics/query-folders-multiple-csv-files.md)
185-
- [Query specific files](./sql-analytics/query-specific-files.md)
186-
- [Query Parquet files](./sql-analytics/query-parquet-files.md)
187-
- [Query Parquet nested types](./sql-analytics/query-parquet-nested-types.md)
188-
- [Query JSON files](./sql-analytics/query-json-files.md)
189-
- [Creating and using views](./sql-analytics/create-use-views.md)
190-
- [Creating and using external tables](./sql-analytics/create-use-external-tables.md)
191-
- [Persist query result to Azure storage](./sql-analytics/create-external-table-as-select.md)
183+
- [Query single CSV file](sql/query-single-csv-file.md)
184+
- [Query folders and multiple CSV files](sql/query-folders-multiple-csv-files.md)
185+
- [Query specific files](sql/query-specific-files.md)
186+
- [Query Parquet files](sql/query-parquet-files.md)
187+
- [Query Parquet nested types](sql/query-parquet-nested-types.md)
188+
- [Query JSON files](sql/query-json-files.md)
189+
- [Creating and using views](sql/create-use-views.md)
190+
- [Creating and using external tables](sql/create-use-external-tables.md)
191+
- [Persist query result to Azure storage](sql/create-external-table-as-select.md)
192192

193193
Advance to the next article to learn how to query single CSV file.
194194
> [!div class="nextstepaction"]
195-
> [Query single CSV file](./sql-analytics/query-single-csv-file.md)
195+
> [Query single CSV file](sql/query-single-csv-file.md)

articles/synapse-analytics/quickstart-synapse-studio.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ You can create new folders and upload files using the links in toolbar to organi
5555

5656
![See the content of file](./media/quickstart-synapse-studio/query-files-on-storage-result.png)
5757

58-
4. You can change the query to filter and sort results. Find language features that are available in SQL on-demand in [SQL features overview](sql-analytics/overview-features.md).
58+
4. You can change the query to filter and sort results. Find language features that are available in SQL on-demand in [SQL features overview](sql/overview-features.md).
5959

6060
## Next steps
6161

6262
- Enable AAD users to query files [by assigning **Storage Blob Data Reader** or **Storage Blob Data Contributor** RBAC permissions on Azure Storage](../storage/common/storage-auth-aad-rbac-portal.md#assign-a-built-in-rbac-role)
63-
- [Query files on Azure Storage using SQL On-Demand](quickstart-sql-on-demand.md)
63+
- [Query files on Azure Storage using SQL On-Demand](sql/on-demand.md)
6464
- [Create Apache Spark pool](spark/apache-spark-notebook-create-spark-use-sql.md)
65-
- [Create Power BI report on files stored on Azure Storage](sql-analytics/tutorial-connect-power-bi-desktop.md)
65+
- [Create Power BI report on files stored on Azure Storage](sql/tutorial-connect-power-bi-desktop.md)

articles/synapse-analytics/sql-data-warehouse/fivetran-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This quickstart describes how to set up a new Fivetran user to work with an Azur
2121

2222
1. Find the fully qualified server name and database name that you use to connect to your data warehouse.
2323

24-
If you need help finding this information, see [Connect to your data warehouse](sql-data-warehouse-connect-overview.md).
24+
If you need help finding this information, see [Connect to your data warehouse](../sql/connect-overview.md).
2525

2626
2. In the setup wizard, choose whether to connect your database directly or by using an SSH tunnel.
2727

articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-concept-resource-utilization-query-activity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Things to consider when viewing metrics and setting alerts:
5151

5252
For a programmatic experience when monitoring SQL Analytics via T-SQL, the service provides a set of Dynamic Management Views (DMVs). These views are useful when actively troubleshooting and identifying performance bottlenecks with your workload.
5353

54-
To view the list of DMVs that apply to Synapse SQL, refer to this [documentation](sql-data-warehouse-reference-tsql-system-views.md#sql-pool-dynamic-management-views-dmvs).
54+
To view the list of DMVs that apply to Synapse SQL, refer to this [documentation](../sql/reference-tsql-system-views.md#sql-pool-dynamic-management-views-dmvs).
5555

5656
## Metrics and diagnostics logging
5757

articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-get-started-analyze-with-azure-machine-learning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tag: azure-Synapse
1919
> * [Power BI](sql-data-warehouse-get-started-visualize-with-power-bi.md)
2020
> * [Azure Machine Learning](sql-data-warehouse-get-started-analyze-with-azure-machine-learning.md)
2121
> * [Visual Studio](sql-data-warehouse-query-visual-studio.md)
22-
> * [sqlcmd](sql-data-warehouse-get-started-connect-sqlcmd.md)
22+
> * [sqlcmd](../sql/get-started-connect-sqlcmd.md)
2323
> * [SSMS](sql-data-warehouse-query-ssms.md)
2424
>
2525
>

articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-get-started-connect-sqlcmd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.custom: seo-lt-2019
1818
> * [Power BI](sql-data-warehouse-get-started-visualize-with-power-bi.md)
1919
> * [Azure Machine Learning](sql-data-warehouse-get-started-analyze-with-azure-machine-learning.md)
2020
> * [Visual Studio](sql-data-warehouse-query-visual-studio.md)
21-
> * [sqlcmd](sql-data-warehouse-get-started-connect-sqlcmd.md)
21+
> * [sqlcmd](../sql/get-started-connect-sqlcmd.md)
2222
> * [SSMS](sql-data-warehouse-query-ssms.md)
2323
>
2424
>

articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-manage-monitor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,4 +304,4 @@ ORDER BY
304304

305305
## Next steps
306306

307-
For more information about DMVs, see [System views](sql-data-warehouse-reference-tsql-system-views.md).
307+
For more information about DMVs, see [System views](../sql/reference-tsql-system-views.md).

articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-overview-develop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.reviewer: igorstan
1818
## Key design decisions
1919
The following articles highlight concepts and design decisions for developing a distributed data warehouse using the SQL pool capability in Azure Synapse:
2020

21-
* [connections](sql-data-warehouse-connect-overview.md)
21+
* [connections](../sql/connect-overview.md)
2222
* [concurrency](resource-classes-for-workload-management.md)
2323
* [transactions](sql-data-warehouse-develop-transactions.md)
2424
* [user-defined schemas](sql-data-warehouse-develop-user-defined-schemas.md)

0 commit comments

Comments
 (0)