You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/synapse-analytics/sql-data-warehouse/maintenance-scheduling.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,9 +49,9 @@ By default, all newly created data warehouse instances have an eight-hour primar
49
49
50
50
To view the maintenance schedule that has been applied to your Synapse SQL pool, complete the following steps:
51
51
52
-
1.Sign in to the [Azure portal](https://portal.azure.com/).
53
-
2.Select the Synapse SQL pool that you want to view.
54
-
3.The selected Synapse SQL pool opens on the overview blade. The maintenance schedule that's applied to the data warehouse appears below **Maintenance schedule**.
52
+
1.Sign in to the [Azure portal](https://portal.azure.com/).
53
+
2.Select the Synapse SQL pool that you want to view.
54
+
3.The selected Synapse SQL pool opens on the overview blade. The maintenance schedule that's applied to the data warehouse appears below **Maintenance schedule**.
@@ -64,9 +64,9 @@ A maintenance schedule can be updated or changed at any time. If the selected in
64
64
The primary and secondary windows must have separate day ranges. An example is a primary window of Tuesday–Thursday and a secondary of window of Saturday–Sunday.
65
65
66
66
To change the maintenance schedule for your Synapse SQL pool, complete the following steps:
67
-
1.Sign in to the [Azure portal](https://portal.azure.com/).
68
-
2.Select the Synapse SQL pool that you want to update. The page opens on the overview blade.
69
-
3.Open the page for maintenance schedule settings by selecting the **Maintenance Schedule summary** link on the overview blade. Or, select the **Maintenance Schedule** option on the left-side resource menu.
67
+
1.Sign in to the [Azure portal](https://portal.azure.com/).
68
+
2.Select the Synapse SQL pool that you want to update. The page opens on the overview blade.
69
+
3.Open the page for maintenance schedule settings by selecting the **Maintenance Schedule summary** link on the overview blade. Or, select the **Maintenance Schedule** option on the left-side resource menu.
Copy file name to clipboardExpand all lines: articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-troubleshoot.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ This article lists common troubleshooting question.
22
22
| Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. (Microsoft SQL Server, Error: 18456) | This error occurs when an AAD user tries to connect to the master database, but does not have a user in master. To correct this issue, either specify the SQL pool you wish to connect to at connection time or add the user to the master database. See [Security overview](sql-data-warehouse-overview-manage-security.md) article for more details. |
23
23
| The server principal "MyUserName" is not able to access the database "master" under the current security context. Cannot open user default database. Login failed. Login failed for user 'MyUserName'. (Microsoft SQL Server, Error: 916) | This error occurs when an AAD user tries to connect to the master database, but does not have a user in master. To correct this issue, either specify the SQL pool you wish to connect to at connection time or add the user to the master database. See [Security overview](sql-data-warehouse-overview-manage-security.md) article for more details. |
24
24
| CTAIP error | This error can occur when a login has been created on the SQL server master database, but not in the SQL database. If you encounter this error, take a look at the [Security overview](sql-data-warehouse-overview-manage-security.md) article. This article explains how to create a login and user on master, and then how to create a user in the SQL database. |
25
-
| Blocked by Firewall | SQL pools are protected by firewalls to ensure only known IP addresses have access to a database. The firewalls are secure by default, which means that you must explicitly enable and IP address or range of addresses before you can connect. To configure your firewall for access, follow the steps in [Configure server firewall access for your client IP](sql-data-warehouse-get-started-provision.md) in the [Provisioning instructions](sql-data-warehouse-get-started-provision.md). |
25
+
| Blocked by Firewall | SQL pools are protected by firewalls to ensure only known IP addresses have access to a database. The firewalls are secure by default, which means that you must explicitly enable and IP address or range of addresses before you can connect. To configure your firewall for access, follow the steps in [Configure server firewall access for your client IP](sql-data-warehouse-get-started-provision.md) in the [Provisioning instructions](create-data-warehouse-portal.md). |
26
26
| Cannot connect with tool or driver | SQL Analytics recommends using [SSMS](https://docs.microsoft.com/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-ver15), [SSDT for Visual Studio](../synapse-analytics/sql-data-warehouse/sql-data-warehouse-install-visual-studio.md), or [sqlcmd](sql-data-warehouse-get-started-connect-sqlcmd.md) to query your data. For more information on drivers and connecting to Azure Synapse, see [Drivers for Azure Synapse](../../sql-data-warehouse/sql-data-warehouse-connection-strings.md) and [Connect to Azure Synapse](../../sql-data-warehouse/sql-data-warehouse-connect-overview.md) articles. |
0 commit comments