Skip to content

Commit 28ee7cf

Browse files
committed
resolving warnings
1 parent 57e9848 commit 28ee7cf

9 files changed

+13
-19
lines changed

articles/sql-data-warehouse/sql-data-warehouse-troubleshoot.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ This article lists common troubleshooting question.
2929
| Issue | Resolution |
3030
| :----------------------------------------------------------- | :----------------------------------------------------------- |
3131
| Visual Studio object explorer is missing AAD users | This is a known issue. As a workaround, view the users in [sys.database_principals](https://docs.microsoft.com/sql/relational-databases/system-catalog-views/sys-database-principals-transact-sql?view=sql-server-ver15). See [Authentication to Azure Synapse](sql-data-warehouse-authentication.md) to learn more about using Azure Active Directory with SQL Analytics. |
32-
| Manual scripting, using the scripting wizard, or connecting via SSMS is slow, not responding, or producing errors | Ensure that users have been created in the master database. In scripting options, also make sure that the engine edition is set as Microsoft Azure SQL Data Warehouse Edition and engine type is Microsoft Azure SQL Database. |
32+
| Manual scripting, using the scripting wizard, or connecting via SSMS is slow, not responding, or producing errors | Ensure that users have been created in the master database. In scripting options, also make sure that the engine edition is set as "Microsoft Azure SQL Data Warehouse Edition" and engine type is "Microsoft Azure SQL Database". |
3333
| Generate scripts fails in SSMS | Generating a script for SQL Analytics fails if the option "Generate script for dependent objects" option is set to "True." As a workaround, users must manually go to **Tools -> Options ->SQL Server Object Explorer -> Generate script for dependent options and set to false** |
3434

3535
## Performance
3636
| Issue | Resolution |
3737
| :----------------------------------------------------------- | :----------------------------------------------------------- |
3838
| Query performance troubleshooting | If you are trying to troubleshoot a particular query, start with [Learning how to monitor your queries](../sql-data-warehouse/sql-data-warehouse-manage-monitor.md#monitor-query-execution). |
39-
| TempDB space issues | [Monitor TempDB](../sql-data-warehouse/sql-data-warehouse-manage-monitor.md#monitor-tempdb) space usage. Common causes for running out of TempDB space are:<br>- Not enough resources allocated to the query causing data to spill to TempDB. See [Workload management](resource-classes-for-workload-management.md) <br>- Statistics are missing or out of date causing excessive data movement. See [Maintaining table statistics](sql-data-warehouse-tables-statistics.md) for details on how to create statistics<br>- TempDB space is allocated per service level. [Scaling your SQL pool](../sql-data-warehouse/sql-data-warehouse-manage-compute-overview.md#scaling-compute) to a higher DWU setting allocates more TempDB space.|
39+
| TempDB space issues | [Monitor TempDB](../sql-data-warehouse/sql-data-warehouse-manage-monitor.md#monitor-tempdb) space usage. Common causes for running out of TempDB space are:<br>- Not enough resources allocated to the query causing data to spill to TempDB. See [Workload management](resource-classes-for-workload-management.md) <br>- Statistics are missing or out of date causing excessive data movement. See [Maintaining table statistics](sql-data-warehouse-tables-statistics.md) for details on how to create statistics<br>- TempDB space is allocated per service level. [Scaling your SQL pool](../synapse-analytics/sql-data-warehouse/sql-data-warehouse-manage-compute-overview.md#scaling-compute) to a higher DWU setting allocates more TempDB space.|
4040
| Poor query performance and plans often is a result of missing statistics | The most common cause of poor performance is lack of statistics on your tables. See [Maintaining table statistics](sql-data-warehouse-tables-statistics.md) for details on how to create statistics and why they are critical to your performance. |
4141
| Low concurrency / queries queued | Understanding [Workload management](resource-classes-for-workload-management.md) is important in order to understand how to balance memory allocation with concurrency. |
4242
| How to implement best practices | The best place to start to learn ways to improve query performance is [SQL Analytics best practices](sql-data-warehouse-best-practices.md) article. |
@@ -57,8 +57,8 @@ This article lists common troubleshooting question.
5757
| :------------------------------------ | :----------------------------------------------------------- |
5858
| Unsupported SQL Database features | See [Unsupported table features](../sql-data-warehouse/sql-data-warehouse-tables-overview.md#unsupported-table-features). |
5959
| Unsupported SQL Database data types | See [Unsupported data types](../sql-data-warehouse/sql-data-warehouse-tables-data-types.md#identify-unsupported-data-types). |
60-
| DELETE and UPDATE limitations | See [UPDATE workarounds](../sql-data-warehouse/sql-data-warehouse-develop-ctas.md#ansi-join-replacement-for-update-statements), [DELETE workarounds](../sql-data-warehouse/sql-data-warehouse-develop-ctas.md#ansi-join-replacement-for-delete-statements) and [Using CTAS to work around unsupported UPDATE and DELETE syntax](../synapse-analytics/sql-data-warehouse/sql-data-warehouse-develop-ctas.md). |
61-
| MERGE statement is not supported | See [MERGE workarounds](../sql-data-warehouse/sql-data-warehouse-develop-ctas.md#replace-merge-statements). |
60+
| DELETE and UPDATE limitations | See [UPDATE workarounds](../synapse-analytics/sql-data-warehouse/sql-data-warehouse-develop-ctas.md#ansi-join-replacement-for-update-statements), [DELETE workarounds](../synapse-analytics/sql-data-warehouse/sql-data-warehouse-develop-ctas.md#ansi-join-replacement-for-delete-statements) and [Using CTAS to work around unsupported UPDATE and DELETE syntax](../synapse-analytics/sql-data-warehouse/sql-data-warehouse-develop-ctas.md). |
61+
| MERGE statement is not supported | See [MERGE workarounds](../synapse-analytics/sql-data-warehouse/sql-data-warehouse-develop-ctas.md#replace-merge-statements). |
6262
| Stored procedure limitations | See [Stored procedure limitations](../sql-data-warehouse/sql-data-warehouse-develop-stored-procedures.md#limitations) to understand some of the limitations of stored procedures. |
6363
| UDFs do not support SELECT statements | This is a current limitation of our UDFs. See [CREATE FUNCTION](https://docs.microsoft.com/sql/t-sql/statements/create-function-sql-data-warehouse?view=aps-pdw-2016-au7) for the syntax we support. |
6464

Loading
Loading
Loading
Loading
Loading

articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-encryption-tde.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,23 @@ To enable TDE, follow the steps below:
3131
1. Open the database in the [Azure portal](https://portal.azure.com)
3232
2. In the database blade, click the **Settings** button
3333
3. Select the **Transparent data encryption** option
34-
![][1]
34+
![portal settings](./media/sql-data-warehouse-security-tde/sql-data-warehouse-security-tde-portal-settings.png)
3535
4. Select the **On** setting
36-
![][2]
36+
![portal settings on](./media/sql-data-warehouse-security-tde/sql-data-warehouse-security-tde-portal-settings-on.png)
3737
5. Select **Save**
38-
![][3]
38+
![portal settings save](./media/sql-data-warehouse-security-tde/sql-data-warehouse-security-tde-portal-settings-save.png)
3939

4040
## Disabling Encryption
4141
To disable TDE, follow the steps below:
4242

4343
1. Open the database in the [Azure portal](https://portal.azure.com)
4444
2. In the database blade, click the **Settings** button
4545
3. Select the **Transparent data encryption** option
46-
![][1]
46+
![portal settings](./media/sql-data-warehouse-security-tde/sql-data-warehouse-security-tde-portal-settings.png)
4747
4. Select the **Off** setting
48-
![][4]
48+
![portal settings off](./media/sql-data-warehouse-security-tde/sql-data-warehouse-security-tde-portal-settings-off.png)
4949
5. Select **Save**
50-
![][5]
50+
![portal setting save 2](./media/sql-data-warehouse-security-tde/sql-data-warehouse-security-tde-portal-settings-save2.png)
5151

5252
## Encryption DMVs
5353
Encryption can be confirmed with the following DMVs:

articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-install-visual-studio.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Install Visual Studio 2019
33
description: Install Visual Studio and SQL Server Development Tools (SSDT) for SQL Analytics
44
services: sql-data-warehouse
5-
ms.custom: vs-azure
5+
ms.custom: vs-azure, azure-synapse
66
ms.workload: azure-vs
77
author: kevinvngo
88
manager: craigg
@@ -12,7 +12,6 @@ ms.subservice: development
1212
ms.date: 02/04/2020
1313
ms.author: kevin
1414
ms.reviewer: igorstan
15-
ms.custom: azure-synapse
1615
---
1716

1817
# Getting started with Visual Studio 2019
@@ -45,15 +44,10 @@ There are times when feature releases for SQL Analytics may not include support
4544

4645
## Next steps
4746

48-
Now that you have the latest version of SSDT, you're ready to [connect][connect] to your SQL pool.
47+
Now that you have the latest version of SSDT, you're ready to [connect](../../sql-data-warehouse/sql-data-warehouse-query-visual-studio.md) to your SQL pool.
4948

50-
<!--Anchors-->
5149

52-
<!--Image references-->
5350

54-
<!--Articles-->
55-
56-
[connect]: ./sql-data-warehouse-query-visual-studio.md
5751

5852
<!--Other-->
5953

articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-manage-compute-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ To check the SQL pool state, see the [PowerShell](quickstart-scale-compute-power
119119

120120
## Permissions
121121

122-
Scaling the SQL pool requires the permissions described in [ALTER DATABASE](/sql/t-sql/statements/alter-database-azure-sql-data-warehouse). Pause and Resume require the [SQL DB Contributor](../role-based-access-control/built-in-roles.md#sql-db-contributor) permission, specifically Microsoft.Sql/servers/databases/action.
122+
Scaling the SQL pool requires the permissions described in [ALTER DATABASE](/sql/t-sql/statements/alter-database-azure-sql-data-warehouse). Pause and Resume require the [SQL DB Contributor](../../role-based-access-control/built-in-roles.md#sql-db-contributor) permission, specifically Microsoft.Sql/servers/databases/action.
123123

124124

125125
## Next steps

0 commit comments

Comments
 (0)