Michelle Haarhues Keeping up with SSMS.

Slides:



Advertisements
Similar presentations
CC SQL Utilities.
Advertisements

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.
Chapter 10 Database Applications Copyright © 2011 by The McGraw-Hill Companies, Inc. All Rights Reserved. McGraw-Hill.
Installation and Deployment in Microsoft Dynamics CRM 4.0
Chapter 9 Auditing Database Activities
Chapter 7 Managing Data Sources. ASP.NET 2.0, Third Edition2.
SQL Server Management Studio Introduction
Virtual techdays INDIA │ august 2010 Building ASP.NET applications using SQL Server Compact Chaitanya Solapurkar │ Partner Technical Consultant,
What does SQL Server Management Studio mean? Cortex User Group Meeting Portland – 2012 What does SQL Server Management Studio mean? Cortex User Group Meeting.
9.1 © 2004 Pearson Education, Inc. Exam Planning, Implementing, and Maintaining a Microsoft Windows Server 2003 Active Directory Infrastructure.
Chapter-4 Windows 2000 Professional Win2K Professional provides a very usable interface and was designed for use in the desktop PC. Microsoft server system.
Module 1: Introduction to Microsoft SQL Server 7.0.
Overview of SQL Server Alka Arora.
Chapter 4 SQL. SQL server Microsoft SQL Server is a client/server database management system. Microsoft SQL Server is a client/server database management.
10-1 aslkjdhfalskhjfgalsdkfhalskdhjfglaskdhjflaskdhjfglaksjdhflakshflaksdhjfglaksjhflaksjhf.
IT 211 Project Integration and Deployment Lab #11.
SQL Server 2008 R2 for the DBA Patrick LeBlanc. Objectives  New Editions  Datacenter  Parallel Data Warehouse  Multi-server management  Utility Control.
IT 456 Seminar 5 Dr Jeffrey A Robinson. Overview of Course Week 1 – Introduction Week 2 – Installation of SQL and management Tools Week 3 - Creating and.
Section 5: Troubleshooting and Backing Up GPOs Using Group Policy Troubleshooting Tools Integration of RSoP Functionality Using Logging Options Backing.
1 Chapter Overview Preparing to Upgrade Performing a Version Upgrade from Microsoft SQL Server 7.0 Performing an Online Database Upgrade from SQL Server.
A Brief Documentation.  Provides basic information about connection, server, and client.
Database Security and Auditing: Protecting Data Integrity and Accessibility Chapter 9 Auditing Database Activities.
Copyright © 2006 Pilothouse Consulting Inc. All rights reserved. Search Overview Search Features: WSS and Office Search Architecture Content Sources and.
Gold – Crystal Reports Introductory Course Cortex User Group Meeting New Orleans – 2011.
CSCI 3327 Visual Basic Chapter 13: Databases and LINQ UTPA – Fall 2011.
Cognos 8 BI Configuration, Administration, and Upgrade Cognos 8 BI.
SSMS SQL Server Management System. SQL Server Microsoft SQL Server is a Relational Database Management System (RDBMS) Relational Database Management System.
Introduction to SQL Server  Working with MS SQL Server and SQL Server Management Studio.
Upgrade on Windows 7. DownloadSoftware Download Software from link provided in Webliography: e/
Pass Implementing a Data Warehouse with Microsoft SQL Server 2012 exam in just 24 HOURS! 100% REAL EXAM QUESTIONS ANSWERS Implementing a.
In this section you will learn how to: Identify and use different types of table relationships Establish and use referential integrity Understand how referential.
SQL Database Management
DBMS Programs MS SQL Server & MySQL
Increasing your Coding Speed in SQL Server Management Studio
How to Start SQL Server and SSDT BI in Local
Stephen W. Thomas Integration MVP
Microsoft Visual Basic 2010: Reloaded Fourth Edition
Presented By: Jessica M. Moss
Visual Basic 2010 How to Program
What Is The SSIS Catalog and Why Do I Care?
Lead SQL BankofAmerica Blog: SQLHarry.com
Cloud BI with Azure Analysis Services
Increasing your Coding Speed in SQL Server Management Studio 2017
Increasing your Coding Speed in SQL Server Management Studio 17
Jon Galloway | Tech Evangelist Christopher Harrison | Head Geek
Deploying and Configuring SSIS Packages
Automating SQL Server Management
Microsoft FrontPage 2003 Illustrated Complete
Machine Learning, Analytics, & Data Science Conference
AlwaysOn Availability Groups 101
Intro to SQL Operations Studio
dbatools - PowerShell and SQL Server Working Together
Cloud BI with Azure Analysis Services
Using JDeveloper.
CIS16 Application Programming with Visual Basic
DYNAMIC DATA FLOWS IN SSIS WITHOUT PROGRAMMING
Cross-Platform, Cloud and On-Premise Database Tool
Database Projects and Source Control (TFS)
Patrick Flynn | Link Group Australia
Database Applications
Cross-Platform, Cloud and On-Premise Database Tool
Microsoft SQL Server Upgrade and Downgrade scenarios
DYNAMIC DATA FLOWS IN SSIS WITHOUT PROGRAMMING
DYNAMIC DATA FLOWS IN SSIS WITHOUT PROGRAMMING
Database Projects and Source Control (TFS)
Microsoft 365 Business Technical Fundamentals Series
RecipePlus and Recipe 2 Enhanced ActiveX control
DYNAMIC DATA FLOWS IN SSIS WITHOUT PROGRAMMING
DYNAMIC DATA FLOWS IN SSIS WITHOUT PROGRAMMING
Bringing source control to BI world!
Presentation transcript:

Michelle Haarhues Keeping up with SSMS

About Me SQL Server DBA for 10+ years How to Connect Twitter: @mhaarhues LinkedIn: https://www.linkedin.com/in/michelle-haarhues-196b885 Blog: https://witsociety.wordpress.com

What We Will Cover Sampling of enhancements, features, and fixes in v17 SSMS Tips and Tricks

SSMS Version https://blogs.sentryone.com/team-posts/latest-builds-management-studio/

What is New in SSMS

What’s New in V17.0 Enhancement: SQL Server PowerShell removed from SSMS and ships via the PowerShell gallery.  Fixed: Unable to change the Compatibility Level of a database on SQL Server 2017. Fixed: SSMS hung for a long time while getting the properties of a database which is being restored or offline. Fixed: SSMS was taking the database offline when scripting.

Activity Monitor

What’s New in V17.1 Fixed: SSMS 17.0 was breaking SSDT on Visual Studio 2013. Fixed: Clicking on "Restart" at the end of setup was not restarting the machine. Fixed: "Databases" node was not expanded when connected to an Azure database created using "AS COPY". Fixed: SSMS was accidentally deleting Azure database objects when scripting the deletion.

What’s New in V17.2 Default scripting options have changed including Match Script Settings to Source.

What’s New in V17.2 (cont.) Five authentication methods Windows Authentication SQL Server Authentication Active Directory - Universal with MFA support Active Directory - Password Active Directory – Integrated

What’s New in V17.3 Enhancement: "Import Flat File" wizard added to improve the import of CSV files. Fixed: "Out of Memory" issues in SSMS when running queries. Fixed: "Select Top 1000 rows" and "Edit Top 200 rows" were not working.

What’s New in V17.4 Enhancement: Added SQL Vulnerability Assessment. Fixed: SSMS would crash sometimes when the connection to a remote machine was closed. Fixed: SSMS would crash when the user did not have VIEW SERVER STATE permissions.

What’s New in V17.5 Enhancement: SQL Data Discovery & Classification feature. Enhancement: Support for SkipRows option to the Delimited Text External File Format (Azure DW). Enhancement: Enabled display of estimated plan button for SQL Data Warehouse in Showplan.

What’s New in V17.6 Enhancement: Added settings to not force brackets around names when dragging & dropping from Object Explorer to Query Window. Fixed: Intermittent hang that could occur when right-clicking a Table or Index node in Object Explorer. Fixed: Database Mail Configuration Wizard was throwing an exception when trying to display/manage more than 16 profiles.

What’s New in v17.7 Enhancement: New scheduling feature for SSIS packages deployed to Azure SQL Database. Fixed: Changing the schedule of an existing Maintenance Plan was throwing an exception. Fixed: Scripting stored procedure against Azure SQL Data Warehouse not working for non-admin user. Fixed: User was unable to set or change compatibility level (the drop-down was empty) in Azure.

What’s New in V17.8.1 Enhancement: Updated AUTOGROW_ALL_FILES configuration option for Filegroups. Known Issues: Clicking the Script button after modifying any Filegroup property in the Properties window, generates two scripts - one script with a USE statement, and a second with a USE master statement. Known Issues: Some latency in XEvents viewer may occur.

What’s New in V17.9 Fixed: Replication Monitor (SqlMonitor.exe) not starting. Fixed: Import Flat File Wizard not allowing changing the destination table when the table already existed. Fixed: “Master” not displayed in the "Available Databases" in the dropdown when connected to a specific database (Azure SQL).

What’s New in 17.9.1 Fixed: Connection being closed and reopened with the running of each query when using "Active Directory - Universal with MFA Support" authentication with SQL query editor. Fixed: Restore plan would fail to find a restore plan, or would generate an inefficient restore plan under certain conditions. Fixed: "Import Data-tier Application" wizard would generate an error when connected to an Azure SQL database.

https://docs. microsoft https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-2017

What’s New in v18.0 Smaller Download Size SSMS can be installed in custom folder SSMS does not share components with SQL Engine anymore SSMS requires NetFx 4.7.2 or greater SSMS not supported on Windows 8 and Windows Server 2012 Supports SQL Server 2019

Tips and Tricks in SSMS

Questions

Thank the sponsors!! Global Partner Gold Silver Bronze Pass Venue