Skip to content

Commit c090e56

Browse files
Merge pull request #30435 from dimitri-furman/dfurman/sql-insights
Add a known SQL Insights issue
2 parents 98ca777 + e598b90 commit c090e56

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

azure-sql/database/sql-insights-troubleshoot.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to troubleshoot SQL Insights (preview) in Azure Monitor.
55
author: WilliamDAssafMSFT
66
ms.author: wiassaf
77
ms.reviewer: mathoma
8-
ms.date: 10/18/2022
8+
ms.date: 04/22/2024
99
ms.service: sql-db-mi
1010
ms.subservice: monitoring
1111
ms.topic: conceptual
@@ -194,8 +194,9 @@ During preview of SQL Insights, you may encounter the following known issues.
194194

195195
Using certain special characters in SQL authentication passwords saved in the monitoring VM configuration or in Key Vault may prevent the monitoring VM from connecting to a SQL server or database. This set of characters includes parentheses, square and curly brackets, the dollar sign, forward and back slashes, and dot (`[ { ( ) } ] $ \ / .`).
196196
* Spaces in the database connection string attributes may be replaced with special characters, leading to database connection failures. For example, if the space in the `User Id` attribute is replaced with a special character, connections will fail with the **Login failed for user ''** error. To resolve, edit the monitoring profile configuration, and delete every special character appearing in place of a space. Some special characters may look indistinguishable from a space, thus you may want to delete every space character, type it again, and save the configuration.
197-
* Data collection and visualization may not work if the OS computer name of the monitoring VM is different from the monitoring VM name.
197+
* Data collection and visualization might not work if the OS computer name of the monitoring VM is different from the monitoring VM name.
198198
* A message "WLI extension on this machine is below the recommended version [...]" may incorrectly appear even when the WLI extension is up to date.
199+
* Data collection and visualization might not work if the OS computer name of the VM where SQL Server is installed does not match the server name in the SQL Server metadata. For more information, see [Rename a computer that hosts a stand-alone instance of SQL Server](/sql/database-engine/install-windows/rename-a-computer-that-hosts-a-stand-alone-instance-of-sql-server).
199200

200201
## Best practices
201202

0 commit comments

Comments
 (0)