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
|[When using SQL Server authentication, usernames with '@' are not supported](#when-using-sql-server-authentication-usernames-with--are-not-supported)|Oct 2021|||
27
-
|[Misleading error message on Azure portal suggesting recreation of the Service Principal](#misleading-error-message-on-azure-portal-suggesting-recreation-of-the-service-principal)|Sep 2021|||
27
+
|[Misleading error message on Azure portal suggesting recreation of the Service Principal](#misleading-error-message-on-azure-portal-suggesting-recreation-of-the-service-principal)|Sep 2021||Oct 2021|
28
28
|[Changing the connection type does not affect connections through the failover group endpoint](#changing-the-connection-type-does-not-affect-connections-through-the-failover-group-endpoint)|Jan 2021|Has Workaround||
29
29
|[Procedure sp_send_dbmail may transiently fail when @query parameter is used](#procedure-sp_send_dbmail-may-transiently-fail-when--parameter-is-used)|Jan 2021|Has Workaround||
30
30
|[Distributed transactions can be executed after removing managed instance from Server Trust Group](#distributed-transactions-can-be-executed-after-removing-managed-instance-from-server-trust-group)|Oct 2020|Has Workaround||
@@ -58,33 +58,6 @@ This article lists the currently known issues with [Azure SQL Managed Instance](
58
58
|Database mail feature with external (non-Azure) mail servers using secure connection||Resolved|Oct 2019|
59
59
|Contained databases not supported in SQL Managed Instance||Resolved|Aug 2019|
60
60
61
-
62
-
## Resolved
63
-
64
-
### Restoring manual backup without CHECKSUM might fail
65
-
66
-
In certain circumstances manual backup of databases that was made on a managed instance without CHECKSUM might fail to be restored. In such cases, retry restoring the backup until you're successful.
67
-
68
-
**Workaround**: Take manual backups of databases on managed instances with CHECKSUM enabled.
69
-
70
-
### Agent becomes unresponsive upon modifying, disabling, or enabling existing jobs
71
-
72
-
In certain circumstances, modifying, disabling, or enabling an existing job can cause the agent to become unresponsive. The issue is automatically mitigated upon detection, resulting in a restart of the agent process.
73
-
74
-
### Permissions on resource group not applied to SQL Managed Instance
75
-
76
-
When the SQL Managed Instance Contributor Azure role is applied to a resource group (RG), it's not applied to SQL Managed Instance and has no effect.
77
-
78
-
**Workaround**: Set up a SQL Managed Instance Contributor role for users at the subscription level.
79
-
80
-
### SQL Agent jobs can be interrupted by Agent process restart
81
-
82
-
**(Resolved in March 2020)** SQL Agent creates a new session each time a job is started, gradually increasing memory consumption. To avoid hitting the internal memory limit, which would block execution of scheduled jobs, Agent process will be restarted once its memory consumption reaches threshold. It may result in interrupting execution of jobs running at the moment of restart.
83
-
84
-
### @query parameter not supported in sp_send_db_mail
85
-
86
-
The `@query` parameter in the [sp_send_db_mail](/sql/relational-databases/system-stored-procedures/sp-send-dbmail-transact-sql) procedure doesn't work.
87
-
88
61
## Has workaround
89
62
90
63
### Querying external table fails with not supported error message
@@ -313,19 +286,7 @@ using (var scope = new TransactionScope())
313
286
314
287
### When using SQL Server authentication, usernames with '@' are not supported
315
288
316
-
Usernames that contain the '@' symbol in the middle (e.g. 'abc@xy') are not able to login using SQL Server authentication.
317
-
318
-
### Misleading error message on Azure portal suggesting recreation of the Service Principal
319
-
320
-
_Active Directory admin_ blade of Azure portal for Azure SQL Managed Instance may be showing the following error message even though Service Principal already exists:
321
-
322
-
"Managed Instance needs a Service Principal to access Azure Active Directory. Click here to create a Service Principal"
323
-
324
-
You can neglect this error message if Service Principal for the managed instance already exists, and/or Azure Active Directory authentication on the managed instance works.
325
-
326
-
To check whether Service Principal exists, navigate to the _Enterprise applications_ page on the Azure portal, choose _Managed Identities_ from the _Application type_ dropdown list, select _Apply_ and type the name of the managed instance in the search box. If the instance name shows up in the result list, Service Principal already exists and no further actions are needed.
327
-
328
-
If you already followed the instructions from the error message and clicked the link from the error message, Service Principal of the managed instance has been recreated. In that case, please assign Azure AD read permissions to the newly created Service Principal in order for Azure AD authentication to work properly. This can be done via Azure PowerShell by following [instructions](../database/authentication-aad-configure.md?tabs=azure-powershell#powershell).
289
+
Usernames that contain the '@' symbol in the middle (e.g. 'abc@xy') are not able to log in using SQL Server authentication.
329
290
330
291
### Azure AD logins and users are not supported in SSDT
331
292
@@ -350,6 +311,44 @@ The `tempdb` database is always split into 12 data files, and the file structure
350
311
351
312
Error logs that are available in SQL Managed Instance aren't persisted, and their size isn't included in the maximum storage limit. Error logs might be automatically erased if failover occurs. There might be gaps in the error log history because SQL Managed Instance was moved several times on several virtual machines.
352
313
314
+
## Resolved
315
+
316
+
### Restoring manual backup without CHECKSUM might fail
317
+
318
+
In certain circumstances manual backup of databases that was made on a managed instance without CHECKSUM might fail to be restored. In such cases, retry restoring the backup until you're successful.
319
+
320
+
**Workaround**: Take manual backups of databases on managed instances with CHECKSUM enabled.
321
+
322
+
### Agent becomes unresponsive upon modifying, disabling, or enabling existing jobs
323
+
324
+
In certain circumstances, modifying, disabling, or enabling an existing job can cause the agent to become unresponsive. The issue is automatically mitigated upon detection, resulting in a restart of the agent process.
325
+
326
+
### Permissions on resource group not applied to SQL Managed Instance
327
+
328
+
When the SQL Managed Instance Contributor Azure role is applied to a resource group (RG), it's not applied to SQL Managed Instance and has no effect.
329
+
330
+
**Workaround**: Set up a SQL Managed Instance Contributor role for users at the subscription level.
331
+
332
+
### SQL Agent jobs can be interrupted by Agent process restart
333
+
334
+
**(Resolved in March 2020)** SQL Agent creates a new session each time a job is started, gradually increasing memory consumption. To avoid hitting the internal memory limit, which would block execution of scheduled jobs, Agent process will be restarted once its memory consumption reaches threshold. It may result in interrupting execution of jobs running at the moment of restart.
335
+
336
+
### @query parameter not supported in sp_send_db_mail
337
+
338
+
The `@query` parameter in the [sp_send_db_mail](/sql/relational-databases/system-stored-procedures/sp-send-dbmail-transact-sql) procedure doesn't work.
339
+
340
+
### Misleading error message on Azure portal suggesting recreation of the Service Principal
341
+
342
+
_Active Directory admin_ blade of Azure portal for Azure SQL Managed Instance may be showing the following error message even though Service Principal already exists:
343
+
344
+
"Managed Instance needs a Service Principal to access Azure Active Directory. Click here to create a Service Principal"
345
+
346
+
You can neglect this error message if Service Principal for the managed instance already exists, and/or Azure Active Directory authentication on the managed instance works.
347
+
348
+
To check whether Service Principal exists, navigate to the _Enterprise applications_ page on the Azure portal, choose _Managed Identities_ from the _Application type_ dropdown list, select _Apply_ and type the name of the managed instance in the search box. If the instance name shows up in the result list, Service Principal already exists and no further actions are needed.
349
+
350
+
If you already followed the instructions from the error message and clicked the link from the error message, Service Principal of the managed instance has been recreated. In that case, please assign Azure AD read permissions to the newly created Service Principal in order for Azure AD authentication to work properly. This can be done via Azure PowerShell by following [instructions](../database/authentication-aad-configure.md?tabs=azure-powershell#powershell).
351
+
353
352
## Contribute to content
354
353
355
354
To contribute to the Azure SQL documentation, see the [Docs contributor guide](/contribute/).
0 commit comments