Microsoft Connect /2/2018 2:41 PM

Slides:



Advertisements
Similar presentations
Building Social Games for Windows 8 with Windows Azure Name Title Microsoft Corporation.
Advertisements

SQL Server SQL Azure Visual Studio“Quadrant” SQL Server Modeling Services Entity Framework ADO.NET“M”/EDM Data Services …
03 | Express and Databases
Microsoft Connect /23/ :39 PM
12/29/2017 3:36 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Paul Larsen / Steve Melan
Welcome to the Hands on Lab!
Building ARM IaaS Application Environment
Cloud BI with Azure Analysis Services
Working with SQL Server for Linux Cross-Platform
SQL Server deployments
5/26/ :35 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
UI Test Automation with Appium
Azure SDKs and Tools for You
Microsoft Build /26/2018 2:16 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
The power of common identity across any cloud
Data Science & Web Dev with Python in Visual Studio
Microsoft Ignite /31/ :08 AM
SQL Server + PHP: What’s New
Information Protection
SQL Server for Java developers
Azure API Management Jothi Prakash A
Mission-critical performance with Microsoft SQL Server 2016
Microsoft Azure P wer Lunch
A developers guide to Azure SQL Data Warehouse
9/20/ :55 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Analytics for Apps: Landing and Loading Data into SQL Data Warehouse
SQL Server + Python Meet Bhagdev Program Manager.
Overview of Azure Data Lake Store
Azure AD Line Of Business Application Integration
Azure Websites Teemu Tapanila Microsoft Azure
Microsoft Connect /17/ :34 AM
Microsoft Azure Do’s and Don’ts
Server & Tools Business
Azure AD Domain Services
A developers guide to Azure SQL Data Warehouse
Data Security for Microsoft Azure
Microsoft Connect /24/ :05 AM
Database Continuous Integration and Deployment with Visual Studio SQL Server Data Tools in < 10 minutes Eric Kang Program Manager.
Andi Comisioneru Principal Group Program Manager Microsoft Corporation
Application Insights Diagnostics Preview
Web Development in Visual Studio 2017
Your Devices + OData + Azure = 
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
OPEN DATA FOR THE OPEN WEB
Jim Nakashima Program Manager Cloud Tools
TechEd /15/2019 8:08 PM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Microsoft Connect /17/2019 9:55 PM
What query folding means to self-service BI projects
Welcome to Azure Notebooks
Pablo Castro Software Architect Microsoft Corporation
Azure Functions & Aurelia Serverless SPAs
Andi Comisioneru Principal Group Program Manager Microsoft Corporation
Microsoft Connect /22/2019 9:54 PM
Microsoft Connect /24/ :10 PM
ODBC and JDBC.
4/12/2019 5:27 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
4/15/2019 1:57 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
5/2/2019 4:03 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS.
Enriching your BI Semantic Models with Data Analysis Expressions (DAX)
5/7/2019 5:52 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS.
Microsoft Connect /29/2019 1:53 AM
SCCM in hybrid world Predrag Jelesijević Microsoft 7/6/ :17 AM
Skype for Business Online Assessment Results
System Center Operations Manager Assessment Results
Microsoft Virtual Academy
Azure SQL Database Lessons Learned From the Trenches Best practices, Tips and Tricks on monitoring and improving performance. Fernando Cobo.
Server & Tools Business
Paul Larsen The Value of Hybrid Integration
Presentation transcript:

Microsoft Connect 2016 8/2/2018 2:41 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

SQL Server + Java: what’s new Andrea Lam Program Manager

Agenda Connector for Java Open sourcing the JDBC connector What’s new? Demo Maven project with Hibernate Call to Action

Connectors for top programming languages 8/2/2018 2:41 PM Connectors for top programming languages .NET Framework .NET Core C# JDBC Java ODBC C/C++ PHP Tedious Node.js Driver JavaScript Python FreeTDS Ruby TinyTDS Ruby on Rails Entity Framework Hibernate PHP Driver Eloquent, Doctrine Sequelize Pyodbc/Pymssql Django ODBC ODBC/FreeTDS TDS protocol Azure SQL Database SQL Azure SQL Data Warehouse DW SQL Server in 3rd party clouds & containers SQL Server on premises SQL Server in Azure VM SQL Server vNext © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Connector for Java Java Hibernate JDBC 8/2/2018 2:41 PM Azure TDS protocol Azure SQL Database SQL Azure SQL Data Warehouse DW SQL Server in 3rd party clouds & containers SQL Server on premises SQL Server in Azure VM SQL Server vNext © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Open sourcing the JDBC connector 8/2/2018 2:41 PM Open sourcing the JDBC connector Why? Engaged community Quicker feedback More frequent releases How? https://github.com/microsoft/mssql-jdbc Maven and Ant build scripts In Maven Central Repository JDK 7 and 8 © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

What’s new? Always Encrypted Azure AD Authentication 8/2/2018 2:41 PM What’s new? Always Encrypted Data is encrypted on the client machine to keep sensitive information secure Azure AD Authentication Connect to your SQL Server or Azure SQL Database using AAD credentials Table-Valued Parameters Encapsulate rows of data in a client application and send the data to the server in a single parameterized command © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

What’s new? Parameterized Queries Internationalized Domain Names 8/2/2018 2:41 PM What’s new? Parameterized Queries Retrieve parameter metadata with prepared statements for complex queries such as sub-queries and/or joins Internationalized Domain Names Connect to a domain in your native language or script Bulk Copy Quickly copy large amounts of data into tables or views in SQL Server © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Demo Maven project with Hibernate Microsoft Connect 2016 8/2/2018 2:41 PM Demo Maven project with Hibernate © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Call to Action Check out JDBC on GitHub and contribute. Get started here: https://www.microsoft.com/sql-server/developer-get-started Follow us on Twitter: @SQLServer & @AzureSQLDB.

8/2/2018 2:41 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.