Skip to content

Commit 090fd04

Browse files
Merge pull request #27592 from erinstellato-ms/ssmsrnupdates
add AE item to known issues
2 parents 4d31938 + 4a5c55a commit 090fd04

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/ssms/release-notes-ssms.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Release notes for SQL Server Management Studio (SSMS).
44
author: erinstellato-ms
55
ms.author: erinstellato
66
ms.reviewer: maghan
7-
ms.date: 06/28/2023
7+
ms.date: 07/03/2023
88
ms.service: sql
99
ms.subservice: ssms
1010
ms.topic: conceptual
@@ -84,6 +84,7 @@ SSMS 19.1 is the latest general availability (GA) release of SSMS. If you need a
8484

8585
| New Item | Details | Workaround |
8686
| -------- | ------- | ---------- |
87+
| Always Encrypted | Always Encrypted Wizard error "Cannot read property AllowEnclaveComputations" occurs for SQL Server 2016 or SQL Server 2017. | Use an earlier version of SSMS (19.02 or 18.12.1) with SQL Server 2016 and SQL Server 2017. |
8788
| Azure SQL Managed Instance | Viewing database properties for a SQL MI database may return the error "Subquery returned more than one value. This isn't permitted when the subquery follows =, !=, <, <=, >, >= or when the subquery is used as an expression. (.NET SqlClient Data Provider)". | There's a known problem due to incorrect data in `msdb`. To resolve, remove back up history. For example, `EXEC`msdb`..sp_delete_backuphistory @oldest_date = '<current date>'`. |
8889
| Database Designer | Selecting the Design option for a view that references a table using spatial data causes SSMS to crash. | Use T-SQL to make changes to the view. |
8990
| General SSMS | Import setting from SSMS 17 option not available. | Settings can be imported from SSMS 18. |

0 commit comments

Comments
 (0)