Intro to SQL Operations Studio

Slides:



Advertisements
Similar presentations
Stored procedures and views You can see definitions for stored procedures and views in the demo databases but you can’t change them. For views, expand.
Advertisements

IWay Service Manager 6.1 Product Update Scott Hathaway iWay Software Copyright 2010, Information Builders. Slide 1.
OM. Brad Gall Senior Consultant
A Guide to SQL, Eighth Edition Chapter Three Creating Tables.
Microsoft Azure Introduction ISYS 512. Microsoft Azure Microsoft Azure is a cloud.
Python MySQL Database Access
Eurotrace Hands-On The Eurotrace File System. 2 The Eurotrace file system Under MS ACCESS EUROTRACE generates several different files when you create.
1 Working with MS SQL Server Textbook Chapter 14.
CSCI 6962: Server-side Design and Programming Database Manipulation in ASP.
A Guide to MySQL 3. 2 Introduction  Structured Query Language (SQL): Popular and widely used language for retrieving and manipulating database data Developed.
1 / 61 Using the Customer Support Web Site © 2006, Universal Tax Systems, Inc. All Rights Reserved. Customer Support Site Objectives –In this chapter you.
Welcome to the Minnesota SharePoint User Group. Develop and support a local community focused on Microsoft SharePoint Technologies Educate user group.
Intro to Datazen.
Hyperion Artifact Life Cycle Management Agenda  Overview  Demo  Tips & Tricks  Takeaways  Queries.
David M. Kroenke and David J. Auer Database Processing Fundamentals, Design, and Implementation Appendix I: Getting Started with Web Servers, PHP and the.
CMPE 226 Database Systems April 19 Class Meeting Department of Computer Engineering San Jose State University Spring 2016 Instructor: Ron Mak
Introduction to MySQL  Working with MySQL and MySQL Workbench.
Spaso Lazarević Microsoft MVP Nova banka ad Banja Luka Building business application using Visual Studio 2013 LightSwitch.
Online Conference June 17 th and 18 th Modern SharePoint Development using Visual Studio Code.
OM. Brad Gall Senior Consultant
C Copyright © 2009, Oracle. All rights reserved. Using SQL Developer.
Mile Hi Power BI User Group
Eric Flamm Flamm Consulting, Inc.
3 A Guide to MySQL.
SQLcl: A Modern Command Line Interface to the Oracle Database
1/10/2018 9:33 PM Cloud Roadshow © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO.
ASP.NET Programming with C# and SQL Server First Edition
James Blankenship March , 2017
Welcome to WideWorld Importers
Using E-Business Suite Attachments
SQL Server Reporting Service & Power BI
Easily manage SQL everywhere from anywhere with SQL tools
MICROSOFT OUTLOOK and Outlook service Provider
SQL Server Data Tools for Visual Studio Part I: Core SQL Server Tools
Building Cross-Platform Apps with Windows Azure Mobile Services
SQL Server Client Tools 2018
Machine Learning, Analytics, & Data Science Conference
Office 2010 and Windows 7: Essential Concepts and Skills
Git Version Control for Everyone
Intro to SQL Operations Studio
What’s new in SSRS 2016.
Aqua Data Studio.
SharePoint 2019 Changes Point of View.
Using Visual Studio and VS Code for Embedded C/C++ Development
Visual Studio Database Tools (aka SQL Server Data Tools)
Populating a Data Warehouse
12/5/ :36 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Using JDeveloper.
CIS16 Application Programming with Visual Basic
Intro to SQL Operations Studio
Cross-Platform, Cloud and On-Premise Database Tool
Microsoft PowerPoint 2007 – Unit 2
SQLOpsStudio Vs SSMS - There can be only one
Patrick Flynn | Link Group Australia
Visual Studio Code for PowerShell
SSDT and Database Project Basics
Cross-Platform, Cloud and On-Premise Database Tool
SQLOpsStudio Vs SSMS - There can be only one
SQLOpsStudio Vs SSMS - There can be only one
Web AppBuilder for ArcGIS
Rich Benner SQL Server Performance Richbenner.com.
1. Azure Data Explorer Azure Data Explorer enables rich data exploration over raw, structured, and semi-structured data delivering fast time to insight.
SQLOpsStudio Vs SSMS - There can be only one
SSIS Data Integration Data Warehouse Acceleration
A lightweight editor for SSAS Tabular Models built in .NET / WinForms
Michelle Haarhues Keeping up with SSMS.
SSMS to Azure Data Studio
Building Windows Store Apps with Windows Azure Mobile Services
The New Tool in Your Kit: Azure Data Studio
SSIS Data Integration Data Warehouse Acceleration
Presentation transcript:

Intro to SQL Operations Studio Eric Flamm Flamm Consulting, Inc. Intro to SQL Operations Studio

Thanks to our Sponsors!

Agenda Intro About SQL Operations Studio Demos Resources Q & A

About Me Independent Business Intelligence/Analytics Consultant MCP: Querying Microsoft SQL Server 2012 Presented at SQL Saturday Atlanta and Chicago, Code Camp, AWS Meetup, WordCamp Active Volunteer with Atlanta Microsoft Database Forum (local PASS Chapter) Organizing Committee for Atlanta SQL Saturday since 2010 Contact Info: E-mail: eric@flammconsulting.com Mobile: (678) 524-4256 Twitter: @eflamm Web: www.flammconsulting.com

Poll Heard of SQL Ops Studio? Used SQL Ops Studio? Used SQL Ops Studio on Linux? Used SQL Ops Studio in Production?

0.29.3 SQL Operations Studio was announced for Public Preview on November 15th 2017 May Public Preview (Released May 7 2018)

About SQL Operations Studio Home Page: https://docs.microsoft.com/en-us/sql/sql-operations-studio/what-is Built on Electron Shell using Python on Node.js Spin-off from Visual Studio Code project (but with a more focused audience) Significant backlog of features and issues to resolve before GA in July. GA has slipped from June to July since March preview dropped. June Public Preview is scheduled for June 20

SQL Operations Studio – Key Features Modern light-weight shell with theming, user settings, full screen support, integrated terminal and numerous other features Cross-Platform DB management for Windows, macOS and Linux SQL Server Connection Management with Connection Dialog, Server Groups, Azure Integration and Registered Servers Object Explorer supporting schema browsing and contextual command execution T-SQL Query Editor with advanced coding features such as autosuggestions, error diagnostics, tooltips, formatting and peek definition (more…)

SQL Operations Studio – Key Features Query Results Viewer with advanced data grid supporting large result sets, export to JSON\CSV\Excel, query plan and charting Management Dashboard supporting customizable widgets with drill-through actionable insights Visual Data Editor that enables direct row insertion, update and deletion into tables Task History window to view current task execution status, completion results with error messages and task T-SQL scripting Scripting support to generate CREATE, SELECT, ALTER and DROP statements for database objects Workspaces with full Git integration and Find In Files support to managing T-SQL script libraries

SQL Ops Studio – Use Cases Emerging product – NOT feature complete T-SQL focused Intellisense Templates Query Plan Connection Management SQL Server, Azure SQL, Azure Data Warehouse Cross-Platform Extensible

How to Get SQL Ops Studio Windows – Download and run the installer from aka.ms/sqlopsstudio (linked as Download page) Linux – Depends on the distro – download the appropriate package, update the package store, and install with yum or apt‐get – instructions for popular distros are on the download page Mac – download the Zip file, expand it and drag sqlops.app to the Applications folder sudo yum install ~/Downloads/sqlops-linux-0.26.7 Not really sure why the downloads are stored in AWS – maybe Github doesn’t support Azure file storage?

SQL OPS Roadmap Documented as “Milestones” on Github March Preview – 3/27/2018 April Preview – 4/23/2018 May “Build” Release – 5/7/2018 June “GA” Release – 6/12/2018 June Public Preview – 6/20/2018 July “GA” Release – 7/18/2018 Milestones comprise designated issues documented on Github. Presumably, some issues are already being deferred to releases subsequent to GA date.

Demos Create a SQL Server Connection Object Create a database Create a table Load some data (from .csv file) Retrieve some data Save results to JSON file View data as chart Add the “5 slowest queries” widget Enable “Table Space Usage” widget Install and use Redgate SQL Search extension Whoisactive Extension Demos – Just use Windows on laptop to demo 1)

SQL Ops Studio – Connection Settings "options": { "server": "sqlopsdemo.database.windows.net", "database": "", "authenticationType": "SqlLogin", "user": "eflamm", "password": "", "connectTimeout": 30, "applicationName": "sqlops", "groupId": "a5a6664c-a6d1-4c36-9db6-f8e7411669d6", "databaseDisplayName": "" }, "providerName": "MSSQL", "savePassword": false, "id": "c402b121-626d-4568-be67-67dfb867ee4c"

SQL Ops Studio – Dashboard Settings "name": "Tasks", "gridItemConfig": { "sizex": 2, "sizey": 2}, "widget": { "table-space-db-insight": null} }, { "sizex": 1, "explorer-widget": {} }

Resources Github Repo: https://github.com/Microsoft/SqlOpsStudio SQL Blog: https://cloudblogs.microsoft.com/sqlserver/2018/05/08/the-may-release-of-sql-operations-studio-is-now-available/ Official FAQ: https://docs.microsoft.com/en-us/sql/sql-operations-studio/faq Robert Cain’s Walkthrough (from Dec 2017 – a bit dated): https://www.red-gate.com/simple-talk/sql/sql-tools/walk-around-sql-operations-studio/

Q & A