[SQL Server]sql server operations studio first touch

Recently, SQL Server Team has released a lightweight, cross-platform and free SQL Server database development and operations tools,

Named SQL Server operations studio, regardless of your SQL Server in the docker, windows, linux, azure, mac,

It shall be readily supported.


Sqlops is also open source in githup, sqlops using Electron framework and build in Visual Studio Code shell,

This tool I personally think the most powerful place, is to provide customized dashboard, and has a highly interactive experience,

This allows us to better understand SQL Server through the chat state, following my brief.

@ Change color themes

ctrl+shift+p or ctrl+, 并输入color

I like the dark.

After applying my user profile will update immediately (all profiles are all json).

@go to definition or peak definition

This function is very useful when I need to see the table layout, SSMS I mostly through sp_help or generate scripts,

Now sqlops not too much trouble, the difference between the two is that the definition of preview information and will not open a new tab, we direct more convenient viewing.

@Tsql code snippets

Through ctrl + F2, batch modify variables

TableName a one-time change to the default rico

@Actual Execution plan

Text execution plan will also be displayed

@custom dashboard

I built several previous common dashboard, after connecting to the database, the relevant information at a glance.

You can also view detailed data

So I know session59 be session58 blocking more details.

Create insight

After selecting the type of chat you need and set up, press the create insight.

After modifying the file path queryfile, posted back to your user profile can be.

reference

Manage servers and databases with Insight widgets in SQL Operations Studio (preview)

Tutorial: Build a custom insight widget

Tutorial: Add the five slowest queries sample widget to the database dashboard

Building Custom Dashboard Widgets in SQL Operations Studio

Tutorial: Enable the table space usage sample insight widget using SQL Operations Studio (preview)

sqlops-widgets

SQL Operations Studio – Comprehensive guide to the new database DevOps tool!

Announcing SQL Operations Studio for preview

What is Microsoft SQL Operations Studio (preview)?

sqlopsstudio

原文:大专栏  [SQL Server]sql server operations studio first touch


Guess you like

Origin www.cnblogs.com/chinatrump/p/11490891.html