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
Copy file name to clipboardExpand all lines: docs/azure-data-studio/release-notes-azure-data-studio.md
+46-21Lines changed: 46 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ author: tdoshin
8
8
ms.author: timioshin
9
9
ms.reviewer: maghan
10
10
ms.custom: seodec18, contperf-fy21q4
11
-
ms.date: 06/15/2022
11
+
ms.date: 07/27/2022
12
12
---
13
13
14
14
# Release notes for Azure Data Studio
@@ -19,37 +19,34 @@ This article provides details about updates, improvements, and bug fixes for the
19
19
20
20
:::image type="icon" source="media/download-icon.png" border="false":::**[Download and install the latest release!](./download-azure-data-studio.md)**
21
21
22
-
### June 2022
22
+
### July 2022
23
23
24
-
Azure Data Studio 1.37.0 is the latest general availability (GA) release.
24
+
Azure Data Studio 1.38.0 is the latest general availability (GA) release.
25
25
26
-
- Release number: 1.37.0
27
-
- Release date: June 15, 2022
26
+
- Release number: 1.38.0
27
+
- Release date: July 27, 2022
28
28
29
-
#### What's new in 1.37.0
29
+
#### What's new in 1.38.0
30
30
31
31
| New Item | Details |
32
32
|----------|---------|
33
-
|Backup & Restore | Backup & Restore to URL is now available in preview for Azure SQL Managed Instances. |
34
-
| Table Designer |Added support for computed columns in Table Designer. |
35
-
|Table Designer | Can now specify where to add new columns and columns can now be re-arranged by mouse dragging. |
36
-
|Table Designer | Table Designer is now supported in the SQL Database Projects extension for editing tables in the SQL project. |
37
-
| Query Plan Viewer |Plan comparison is now available and includes visual indicators in the Properties pane for easier identification of differences. |
38
-
| Query Plan Viewer |Added a toolbar button to toggle the display for actual execution plans. |
39
-
| Query Plan Viewer |Larger query plans will now display additional precision for operator cost. |
40
-
|MongoDB Extension for Azure Cosmos DB (Preview) | This extension introduces support for access to Mongo resources for Cosmos DB. |
33
+
|VS Code merges to 1.62 | This release includes updates to VS Code from the three previous VS Code releases. Read [their release notes](https://code.visualstudio.com/updates/v1_62) to learn more. |
34
+
| Table Designer |New column added to Table Designer for easier access to additional actions specific to individual rows. |
35
+
|Query Plan Viewer | The Top Operations pane view now includes clickable links to operations in each of its rows to show the runtime statistics which can be used to evaluate estimated and actual rows when analyzing a plan. |
36
+
|Query Plan Viewer | Improved UI on selected operation node in the Execution Plan. |
37
+
| Query Plan Viewer |The keyboard command **CTRL + M** no longer executes queries. It now just enables or disables the actual execution plan creation when a query is executed. |
38
+
| Query Plan Viewer |Plan labels are now updated in the Properties window when plans are compared and the orientation is toggled from horizontal to vertical, and back. |
39
+
| Query Plan Viewer |Updates were made to the Command Palette. All execution plan commands are prefixed with "Execution Plan", so that they are easier to find and use. |
40
+
|Query Plan Viewer | A collapse/expand functionality is now available at the operator level to allow users to hide or display sections of the plan during analysis. |
41
41
42
-
#### Bug fixes in 1.37.0
42
+
#### Bug fixes in 1.38.0
43
43
44
44
| New Item | Details |
45
45
|----------|---------|
46
-
| Table Designer | Fixed issue that caused app to not prompt user to save before closing. |
47
-
| Table Designer | Fixed issue that returned empty data set upon attempting to edit the first cell of a new row. |
48
-
| Table Designer | Improved resize to fit experience when zooming in on user interface as well as tab behavior issues. |
46
+
| Table Designer | Error found in edit data tab when switching back to previously selected column when adding a new row. To fix this, editing the table is now disabled while new rows are being added and only reenabled afterwards. |
47
+
| Query Editor | Fixed coloring issues for new T-SQL functions in the Query Editor. |
49
48
| Query Plan Viewer | Fixed bug that caused custom zoom level spinner to allow values outside valid range. |
50
-
| Schema Compare | Fixed issue with indexes not being added correctly when updating project from database. |
51
-
| Notebooks | Fixed inconsistencies with notebook cell behavior and toolbars. |
52
-
| Notebooks | Fixed issues with keyboard navigation. |
49
+
| Dashboard | Fixed issue that caused incorrect displaying of insight widgets on the dashboard. |
53
50
54
51
## Azure Data Studio feedback
55
52
@@ -59,6 +56,7 @@ You can reference [Azure Data Studio feedback](https://github.com/microsoft/azur
59
56
60
57
| Azure Data Studio release | Build number | Release date | Hotfix |
|[June 2022](#june-2022)| 1.37.0 | June 15, 2022 |N/A|
62
60
|[April 2022](#april-2022)| 1.36.0 | April 20, 2022 |[hotfix](#may-2022-hotfix)|
63
61
|[February 2022](#february-2022)| 1.35.0 | February 24, 2022 |[hotfix](#february-2022-hotfix)|
64
62
|[December 2021](#december-2021)| 1.34.0 | December 15, 2021 | N/A |
@@ -99,6 +97,33 @@ You can reference [Azure Data Studio feedback](https://github.com/microsoft/azur
99
97
> [!NOTE]
100
98
> All previous versions of Azure Data Studio are not supported.
101
99
100
+
### June 2022
101
+
102
+
### What's new in 1.37.0
103
+
104
+
| New Item | Details |
105
+
|----------|---------|
106
+
| Backup & Restore | Backup & Restore to URL is now available in preview for Azure SQL Managed Instances. |
107
+
| Table Designer | Added support for computed columns in Table Designer. |
108
+
| Table Designer | Can now specify where to add new columns and columns can now be re-arranged by mouse dragging. |
109
+
| Table Designer | Table Designer is now supported in the SQL Database Projects extension for editing tables in the SQL project. |
110
+
| Query Plan Viewer | Plan comparison is now available and includes visual indicators in the Properties pane for easier identification of differences. |
111
+
| Query Plan Viewer | Added a toolbar button to toggle the display for actual execution plans. |
112
+
| Query Plan Viewer | Larger query plans will now display additional precision for operator cost. |
113
+
| MongoDB Extension for Azure Cosmos DB (Preview) | This extension introduces support for access to Mongo resources for Cosmos DB. |
114
+
115
+
### Bug fixes in 1.37.0
116
+
117
+
| New Item | Details |
118
+
|----------|---------|
119
+
| Table Designer | Fixed issue that caused app to not prompt user to save before closing. |
120
+
| Table Designer | Fixed issue that returned empty data set upon attempting to edit the first cell of a new row. |
121
+
| Table Designer | Improved resize to fit experience when zooming in on user interface as well as tab behavior issues. |
122
+
| Query Plan Viewer | Fixed bug that caused custom zoom level spinner to allow values outside valid range. |
123
+
| Schema Compare | Fixed issue with indexes not being added correctly when updating project from database. |
124
+
| Notebooks | Fixed inconsistencies with notebook cell behavior and toolbars. |
125
+
| Notebooks | Fixed issues with keyboard navigation. |
Copy file name to clipboardExpand all lines: docs/connect/jdbc/connecting-to-an-azure-sql-database.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Connect to an Azure SQL database
3
3
description: This article discusses issues when you use the Microsoft JDBC Driver for SQL Server to connect to an Azure SQL Database.
4
4
ms.custom: ""
5
-
ms.date: 01/31/2022
5
+
ms.date: 07/26/2022
6
6
ms.prod: sql
7
7
ms.prod_service: connectivity
8
8
ms.reviewer: ""
@@ -29,6 +29,10 @@ This article discusses issues when you use the [!INCLUDE[jdbcNoVersion](../../in
29
29
To connect to an [!INCLUDE[ssAzure](../../includes/ssazure_md.md)], you should connect to the master database to call **SQLServerDatabaseMetaData.getCatalogs**.
30
30
[!INCLUDE[ssAzure](../../includes/ssazure_md.md)] doesn't support returning the entire set of catalogs from a user database. **SQLServerDatabaseMetaData.getCatalogs** use the sys.databases view to get the catalogs. Refer to the discussion of permissions in [sys.databases (Transact-SQL)](../../relational-databases/system-catalog-views/sys-databases-transact-sql.md) to understand **SQLServerDatabaseMetaData.getCatalogs** behavior on an [!INCLUDE[ssAzure](../../includes/ssazure_md.md)].
31
31
32
+
## Login timeout
33
+
34
+
When connecting to Azure SQL databases, the recommended default `loginTimeout` is 30 seconds. If you're connecting to a serverless instance, it's recommended to use an even longer `loginTimeout` of 60 seconds or more. If the serverless instance has been idle, it can take some time to wake up on an initial connection. For more information on how to set the `loginTimeout`, see [Setting the connection properties](setting-the-connection-properties.md).
35
+
32
36
## Connections dropped
33
37
34
38
When you connect to an [!INCLUDE[ssAzure](../../includes/ssazure_md.md)], idle connections may be terminated by a network component (such as a firewall) after a period of inactivity. There are two types of idle connections, in this context:
Copy file name to clipboardExpand all lines: docs/database-engine/install-windows/install-sql-server.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,8 +53,7 @@ The download location for [!INCLUDE[ssnoversion](../../includes/ssnoversion-md.m
53
53
54
54
***SQL Server Enterprise, Standard, and Express Editions** are licensed for production use. For the Enterprise and Standard Editions, contact your software vendor for the installation media. You can find purchasing information and a directory of Microsoft partners on the [Microsoft licensing page](https://www.microsoft.com/licensing/product-licensing/sql-server).
55
55
* If you have a volume licensing agreement, for example an [Enterprise Agreement](https://www.microsoft.com/en-us/licensing/licensing-programs/enterprise), you can download software from the [Volume Licensing Service Center (VLSC)](https://www.microsoft.com/licensing/servicecenter/default.aspx).
56
-
*[Free version - latest](https://www.microsoft.com/sql-server/sql-server-downloads).
57
-
*[Free version - others](https://www.microsoft.com/evalcenter/evaluate-sql-server).
0 commit comments