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
| Added new Feature Tour | From welcome page and command palette, users can now launch a feature tour to get a walkthrough of commonly used features including Connections Viewlet, Notebooks viewlet, and Extensions Marketplace |
43
43
| New notebook features | • Header support in Markdown Toolbar<br/> • Side-by-side Markdown Preview in Text Cells
44
44
| Drag and Drop Columns and Tables in Query Editor | Users can now directly drag and drop columns and tables from connections viewlet to query editor |
45
-
| Azure Account icon added to Activity Bar)|More discoverable to sign in to Azure |
45
+
|Added Azure Account icon to Activity Bar |Users can now easily see where to sign in to Azure |
46
46
| Resolved bugs and issues | For a complete list of fixes see [Bugs and issues, on GitHub](https://github.com/microsoft/azuredatastudio/issues?q=is%3Aissue+milestone%3A%22July+2020+Release%22+is%3Aclosed). |
|[Always Encrypted with secure enclaves](../relational-databases/security/encryption/always-encrypted-enclaves.md)|[Yes](odbc/using-always-encrypted-with-the-odbc-driver.md#enabling-always-encrypted-with-secure-enclaves)|[Yes](odbc/using-always-encrypted-with-the-odbc-driver.md#enabling-always-encrypted-with-secure-enclaves)|[Yes](jdbc/using-always-encrypted-with-the-jdbc-driver.md)||
56
56
|[Azure Active Directory Access Token authentication](/azure/active-directory/develop/access-tokens)|[Yes](odbc/using-azure-active-directory.md#authenticating-with-an-access-token)|[Yes](odbc/using-azure-active-directory.md#authenticating-with-an-access-token)|[Yes](jdbc/connecting-using-azure-active-directory-authentication.md#connecting-using-access-token)|[Yes](oledb/features/using-azure-active-directory.md)|
57
-
|[Azure Active Directory Password authentication](/azure/sql-database/sql-database-aad-authentication)|[Yes](odbc/using-azure-active-directory.md)|[Yes](odbc/using-azure-active-directory.md)<sup>[1](#note1)</sup>|[Yes](jdbc/connecting-using-azure-active-directory-authentication.md)|[Yes](oledb/features/using-azure-active-directory.md)|
58
-
|[Azure Active Directory Integrated authentication](/azure/sql-database/sql-database-aad-authentication)|[Yes](odbc/using-azure-active-directory.md)||[Yes](jdbc/connecting-using-azure-active-directory-authentication.md)|[Yes](oledb/features/using-azure-active-directory.md)|
57
+
|[Azure Active Directory Password authentication](/azure/sql-database/sql-database-aad-authentication)|[Yes](odbc/using-azure-active-directory.md)|[Yes](odbc/using-azure-active-directory.md)|[Yes](jdbc/connecting-using-azure-active-directory-authentication.md)|[Yes](oledb/features/using-azure-active-directory.md)|
58
+
|[Azure Active Directory Integrated authentication](/azure/sql-database/sql-database-aad-authentication)|[Yes](odbc/using-azure-active-directory.md)|[Yes](odbc/using-azure-active-directory.md)|[Yes](jdbc/connecting-using-azure-active-directory-authentication.md)|[Yes](oledb/features/using-azure-active-directory.md)|
59
59
|[Azure Active Directory Interactive (MFA) authentication](/azure/sql-database/sql-database-aad-authentication)|[Yes](odbc/using-azure-active-directory.md)|||[Yes](oledb/features/using-azure-active-directory.md)|
60
60
|[Azure Active Directory Managed Identity authentication](/azure/active-directory/managed-identities-azure-resources/overview)|[Yes](odbc/using-azure-active-directory.md)|[Yes](odbc/using-azure-active-directory.md)|[Yes](jdbc/connecting-using-azure-active-directory-authentication.md)|[Yes](oledb/features/using-azure-active-directory.md)|
61
61
|[Azure Active Directory Service Principal authentication](/azure/active-directory/develop/app-objects-and-service-principals)|||||
@@ -69,14 +69,14 @@ We wish all drivers supported every feature and spend effort to ensure feature p
69
69
|[Transparent Network IP Resolution](odbc/using-transparent-network-ip-resolution.md)|[Yes](odbc/using-transparent-network-ip-resolution.md)|[Yes](odbc/using-transparent-network-ip-resolution.md)|[Yes](jdbc/setting-the-connection-properties.md)|[Yes](oledb/features/using-transparent-network-ip-resolution.md)|
70
70
| | | | | |
71
71
72
-
| <aid="table3"></a>Feature |[Drivers for PHP for SQL Server on Windows](php/microsoft-php-driver-for-sql-server.md)<sup>[2](#note2)</sup> |[Drivers for PHP for SQL Server on Linux and macOS](php/microsoft-php-driver-for-sql-server.md)<sup>[2](#note2)</sup> |[Tedious (Node.js)](node-js/node-js-driver-for-sql-server.md)|[pyODBC (Python)](python/pyodbc/python-sql-driver-pyodbc.md)<sup>[2](#note2)</sup> |
72
+
| <aid="table3"></a>Feature |[Drivers for PHP for SQL Server on Windows](php/microsoft-php-driver-for-sql-server.md)<sup>[1](#note1)</sup> |[Drivers for PHP for SQL Server on Linux and macOS](php/microsoft-php-driver-for-sql-server.md)<sup>[1](#note1)</sup> |[Tedious (Node.js)](node-js/node-js-driver-for-sql-server.md)|[pyODBC (Python)](python/pyodbc/python-sql-driver-pyodbc.md)<sup>[1](#note1)</sup> |
@@ -89,11 +89,9 @@ We wish all drivers supported every feature and spend effort to ensure feature p
89
89
|[Transparent Network IP Resolution](odbc/using-transparent-network-ip-resolution.md)|[Yes](php/php-driver-for-sql-server-support-for-high-availability-disaster-recovery.md)|[Yes](php/php-driver-for-sql-server-support-for-high-availability-disaster-recovery.md)||[Yes](odbc/using-transparent-network-ip-resolution.md)|
90
90
| | | | | |
91
91
92
-
<aid="note1"></a><sup>1</sup> Active Directory federated authentication without password hash synchronization or pass-through authentication isn't supported on Linux and macOS.
92
+
<aid="note1"></a><sup>1</sup> Since these drivers rely on the Microsoft ODBC Driver for SQL Server, a version of that driver that supports the feature must also be used.
93
93
94
-
<aid="note2"></a><sup>2</sup> Since these drivers rely on the Microsoft ODBC Driver for SQL Server, a version of that driver that supports the feature must also be used.
Copy file name to clipboardExpand all lines: docs/connect/jdbc/overview-of-the-jdbc-driver.md
+2-2Lines changed: 2 additions & 2 deletions
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: "Overview of the JDBC driver | Microsoft Docs"
3
3
description: "The Microsoft JDBC Driver for SQL Server is a Type 4 Java Database Connectivity (JDBC) 4.2 compliant driver that provides data access to SQL databases."
4
4
ms.custom: ""
5
-
ms.date: 10/28/2019
5
+
ms.date: 08/05/2020
6
6
ms.prod: sql
7
7
ms.prod_service: connectivity
8
8
ms.reviewer: ""
@@ -20,7 +20,7 @@ The Microsoft JDBC Driver for SQL Server is a Type 4 Java Database Connectivity
20
20
21
21
## Redistribution
22
22
23
-
The JDBC Driver versions 6.0, 6.2, 6.4, and 7.0 are redistributable. Review the _Distributable Code_ clause in the license agreements.
23
+
The JDBC Driver versions 6.0and up are redistributable. Review the _Distributable Code_ clause in the license agreements.
24
24
25
25
The JDBC Driver versions 4.x are old and obsolete. Support for 4.x expired before 2018.
- The database cannot be made smaller than the minimum size of the database. The minimum size is the size specified when the database was originally created, or the last explicit size set by using a file-size-changing operation, such as DBCC SHRINKFILE. For example, if a database was originally created with a size of 10 MB and grew to 100 MB, the smallest size the database could be reduced to is 10 MB, even if all the data in the database has been deleted.
53
53
54
-
- You cannot shrink a database while the database is being backed up. Conversely, you cannot backup a database while a shrink operation on the database is in process.
55
-
56
-
- DBCC SHRINKDATABASE will fail when it encounters an xVelocity memory optimized columnstore index. Work completed before encountering the columnstore index will succeed so the database might be smaller. To complete DBCC SHRINKDATABASE, disable all columnstore indexes before executing DBCC SHRINKDATABASE, and then rebuild the columnstore indexes.
54
+
- You cannot shrink a database while the database is being backed up. Conversely, you cannot backup a database while a shrink operation on the database is in process.
## Examples: [!INCLUDE[ssSDW](../../includes/sssdw-md.md)] and [!INCLUDE[ssPDW](../../includes/sspdw-md.md)]
51
51
The following example joins the **sys.pdw_nodes_column_store_row_groups** table to other system tables to return information about specific tables. The calculated `PercentFull` column is an estimate of the efficiency of the row group. To find information on a single table remove the comment hyphens in front of the WHERE clause and provide a table name.
52
52
53
-
```
53
+
```sql
54
54
SELECTIndexMap.object_id,
55
55
object_name(IndexMap.object_id) AS LogicalTableName,
ORDER BY object_name(i.object_id), i.name, IndexMap.physical_name, pdw_node_id;
75
76
```
76
77
77
78
The following [!INCLUDE[ssSDW_md](../../includes/sssdw-md.md)] example counts the rows per partition for clustered column stores as well as how many rows are in Open, Closed, or Compressed Row groups:
78
79
79
-
```
80
+
```sql
80
81
SELECT
81
82
s.nameAS [Schema Name]
82
83
,t.nameAS [Table Name]
@@ -86,14 +87,16 @@ SELECT
86
87
,SUM(CASE WHEN rg.State=2 THEN rg.Total_Rows ELSE 0 END) AS [Rows in Closed Row Groups]
87
88
,SUM(CASE WHEN rg.State=3 THEN rg.Total_Rows ELSE 0 END) AS [Rows in COMPRESSED Row Groups]
88
89
FROMsys.pdw_nodes_column_store_row_groups rg
89
-
JOIN sys.pdw_nodes_tables pt
90
-
ON rg.object_id = pt.object_id AND rg.pdw_node_id = pt.pdw_node_id AND pt.distribution_id = rg.distribution_id
0 commit comments