Skip to content

Commit 002b5c2

Browse files
SQL Server auth with '@' is now resolved.
1 parent cc5204e commit 002b5c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This article lists the currently known issues with [Azure SQL Managed Instance](
2323
|Issue |Date discovered |Status |Date resolved |
2424
|---------|---------|---------|---------|
2525
|[Querying external table fails with 'not supported' error message](#querying-external-table-fails-with-not-supported-error-message)|Jan 2022|Has Workaround||
26-
|[When using SQL Server authentication, usernames with '@' are not supported](#when-using-sql-server-authentication-usernames-with--are-not-supported)|Oct 2021|||
26+
|[When using SQL Server authentication, usernames with '@' are not supported](#when-using-sql-server-authentication-usernames-with--are-not-supported)|Oct 2021|Resolved|Feb 2022|
2727
|[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|
2828
|[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||
2929
|[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||
@@ -284,10 +284,6 @@ using (var scope = new TransactionScope())
284284

285285
## No resolution
286286

287-
### When using SQL Server authentication, usernames with '@' are not supported
288-
289-
Usernames that contain the '@' symbol in the middle (e.g. 'abc@xy') are not able to log in using SQL Server authentication.
290-
291287
### Azure AD logins and users are not supported in SSDT
292288

293289
SQL Server Data Tools don't fully support Azure AD logins and users.
@@ -313,6 +309,10 @@ Error logs that are available in SQL Managed Instance aren't persisted, and thei
313309

314310
## Resolved
315311

312+
### When using SQL Server authentication, usernames with '@' are not supported
313+
314+
Usernames that contain the '@' symbol in the middle (e.g. 'abc@xy') are not able to log in using SQL Server authentication.
315+
316316
### Restoring manual backup without CHECKSUM might fail
317317

318318
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.

0 commit comments

Comments
 (0)