Skip to content

Commit cef913e

Browse files
authored
Merge pull request #176836 from zoran-rilak-msft/zoran-rilak-msft-patch-1
No '@' in logins
2 parents 34f8c3a + 9db8df4 commit cef913e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/azure-sql/managed-instance/doc-changes-updates-known-issues.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ This article lists the currently known issues with [Azure SQL Managed Instance](
2222

2323
|Issue |Date discovered |Status |Date resolved |
2424
|---------|---------|---------|---------|
25+
|[When using SQL Server authentication, usernames with '@' are not supported](#when-using-sql-server-authentication-usernames-with--are-not-supported)|Oct 2021|||
2526
|[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|||
2627
|[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||
2728
|[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||
@@ -311,6 +312,10 @@ using (var scope = new TransactionScope())
311312

312313
## No resolution
313314

315+
### When using SQL Server authentication, usernames with '@' are not supported
316+
317+
Usernames that contain the '@' symbol in the middle (e.g. 'abc@xy') are not able to login using SQL Server authentication.
318+
314319
### Misleading error message on Azure portal suggesting recreation of the Service Principal
315320

316321
_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:

0 commit comments

Comments
 (0)