Easily manage SQL everywhere from anywhere with SQL tools

Slides:



Advertisements
Similar presentations
Session 1.
Advertisements

customer.
demo © 2008 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names.
demo Demo.
demo QueryForeign KeyInstance /sm:body()/x:Order/x:Delivery/y:TrackingId1Z
Microsoft Connect /23/ :39 PM
Make your app a native part of Office with Add-ins
What’s new in Entity Framework Core 2.0
5/22/2018 1:39 AM BRK2156 Power BI Report Server: Self-service BI and enterprise reporting on-premises Christopher Finlan Senior Program Manager © Microsoft.
Azure Machine Learning Deploying and Managing Models in production
6/5/2018 1:30 PM THR1029 Spend less time managing data and more time with customers: Quick tour of Outlook Customer Manager Welly Lee
DevOps for any language
Azure Cloud Shell Magic of Modern Command-line Management
Learning about Containers in the Real World
Easily manage SQL everywhere from anywhere with SQL Tools
Azure SDKs and Tools for You
Performing a Seamless Migration in Azure SQL DB
What a Real, Functioning DevOps Team Looks Like
Virtual Machine Diagnostics in Microsoft Azure
7/22/2018 9:21 PM BRK3270 Building a Better Data Solution: Microsoft SQL Server and Azure Data Services Joey D’Antoni Principal Consultant Denny Cherry.
SQL Server on Linux on All-Flash Arrays
Microsoft Ignite /31/ :08 AM
SQL Server for Java developers
Workflow Orchestration with Adobe I/O
Customize Office 365 Search and create result sources
How we got a traditional bank collaborating across boundaries
Automate all things! Microsoft Azure continuous deployment
Agile Planning with Visual Studio Team Services (VSTS)
9/22/2018 3:49 AM BRK2247 Learn from MVPs: Panel discussion on all things SharePoint and OneDrive © Microsoft Corporation. All rights reserved. MICROSOFT.
Git Version Control for Everyone
Confidence at speed: Visual Studio 2017 and your CI pipeline
Azure PowerShell Aaron Roney Senior Program Manager Cormac McCarthy
Continuous Delivery for Microsoft Azure
Continuous Delivery with Visual Studio Team Services
Supercharge Microsoft Teams using Teams apps in node.js
PowerShell Unplugged Jeffrey Snover Technical Fellow
Mobile Center and VSTS:​ Better together for your Mobile DevOps
Microsoft Build /28/2018 2:38 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Microsoft products for non-profits
Power-up NoSQL with Azure Cosmos DB
Automating security for better, continuous compliance in the cloud
Introduction to ASP.NET Core 1.0
Five cool things you can do with Windows PowerShell on Office 365
Microsoft To-Do Preview
Yammer for IT Tom Kretzmer Solutions Developer, Westinghouse THR1016
Microsoft Exchange: Through the eyes of MVPs (Panel discussion)
MDM Migration Analysis Tool (MMAT)
Overview: Dynamics 365 for Project Service Automation
Virtual Reality with Azure and Unity
Understand your Azure cloud assets dependencies with BMC Discovery
Surviving identity management in a hybrid world
Sami Laiho AMA - Ask Me Anything
Breaking Down the Value of A Yammer Post: 20 Things to Do
Cool Microsoft Edge Tips and Tricks
When Bad Things Happen to Good Applications
Getting the most out of Azure resources with Azure Advisor
Manage your App Service resources using Command line tools
“Hey Mom, I’ll Fix Your Computer”
4/21/2019 7:09 AM THR2098 Unlock New Opportunities with Nintex Hawkeye Process Intelligence and Workflow Analytics Sr. Product.
Виктор Хаджийски Катедра “Металургия на желязото и металолеене”
Consolidate, manage, backup, and secure your cloud content
Designing Bots that Fit Your Organization
Ask the Experts: Windows 10 deployment and servicing
Passwordless Service Accounts
Шитманов Дархан Қаражанұлы Тарих пәнінің
Digital Transformation: Putting the Jigsaw Together
WCF and .NET Framework Microservices in Containers
Diagnostics and troubleshooting in Azure App Service Support Center
Optimizing your content for search and discovery
Presentation transcript:

Easily manage SQL everywhere from anywhere with SQL tools 6/10/2018 11:56 AM BRK2216 Easily manage SQL everywhere from anywhere with SQL tools Eric Kang Senior Program Manager Kevin Cunnane Senior Software Engineer © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Agenda

Power of SQL Server on the platform of your choice Windows Linux Linux distributions including RedHat Enterprise Linux (RHEL), Ubuntu, and SUSE Enterprise Linux (SLES) Docker: Windows & Linux containers Windows Server / Windows 10 Package-based installation, yum install, app get, and more Linux/Windows container

Tools and programmability Microsoft Ignite 2016 6/10/2018 11:56 AM Tools and programmability Existing Windows-based SQL Server tools like SSMS, SSDT, Profiler, etc. work when connected to SQL Server on Linux and in Docker 3rd party tools continue to work All existing drivers and frameworks supported New Native command line tools: sqlcmd, bcp, sqlpackage New mssql extension for Visual Studio Code © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

SSMS import

Demo: SSMS Import file 6/10/2018 11:56 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Multi-OS Command Line Tools Primary Target customers = sysadmin DBA App-Dev Ecosystem Available on Linux, macOS, Windows Available on Linux PLANNED sqlcmd bcp mssql-scripter DBFS mssql-cmd Akin to psql & mysql Connect to SQL anywhere Run ad-hoc T-SQL View results Akin to pg_dump but for bulk data loading Bulk load/export data Akin to pg_dump & mysqldump Generate CREATE scripts for schema Generate INSERT scripts for data Save scripts as .sql files Pipe to native *nix tools Monitor live data from SQL Server DMVs as virtual files in a virtual directory “Next Gen” sqlcmd Get results as raw text, formatted CSV or JSON CLI 'tab completion' (T-SQL keywords, statements, tables, views, …) Platform-native piping with awk, sed, grep, jq, cut, JMESPath

6/10/2018 11:56 AM Demo: 1. Data sanitization with CLI tools in CI pipeline 2. Develop and test database in Visual Studio Code extension for SQL Server and Open Source test framework © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Roadmap New SQLCMD (planned) SSMS 17.3 SSDT & DACFx: DACFx Core (planned) Cross-platform DB admin GUI tool (planned)

DevOps using SQL Server Build an app using SQL Server Resources DevOps using SQL Server SQL Server 2017 https://www.microsoft.com/en-us/sql-server/sql-server-2017 DevOps using SQL Server: http://aka.ms/sqldevops Build an app using SQL Server http://aka.ms/sqldev SQL Server Blog https://blogs.technet.microsoft.com/dataplatforminsider SQL Server Documentation: https://docs.microsoft.com/en-us/sql/linux VS Code mssql extension: https://marketplace.visualstudio.com/items?itemName=ms-mssql.mssql mssql-tools (sqlcmd & bcp): https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-setup-tools mssql-scripter: https://pypi.python.org/pypi/mssql-scripter Demo scripts (github): https://github.com/sanagama/sql2017-data360 Build an app using SQL Server Get started with SQL Server on macOS, Linux, and Windows. sanagama@microsoft.com

Please evaluate this session Tech Ready 15 6/10/2018 Please evaluate this session From your Please expand notes window at bottom of slide and read. Then Delete this text box. PC or tablet: visit MyIgnite https://myignite.microsoft.com/evaluations Phone: download and use the Microsoft Ignite mobile app https://aka.ms/ignite.mobileapp Your input is important! © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

6/10/2018 11:56 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.