You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/azure-data-studio/insight-widgets.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
-
title: Use Insight widgets to monitor servers and databases
2
+
title: Use Insight widgets in Azure Data Studio to monitor servers and databases
3
3
titleSuffix: Azure Data Studio
4
4
description: Learn about insight widgets in Azure Data Studio
5
-
ms.custom: "seodec18"
6
-
ms.date: "09/24/2018"
5
+
ms.custom: seodec18, sqlfreshmay19
6
+
ms.date: "05/14/2019"
7
7
ms.prod: sql
8
8
ms.technology: azure-data-studio
9
9
ms.reviewer: "alayu; sstein"
@@ -14,9 +14,9 @@ manager: craigg
14
14
---
15
15
# Manage servers and databases with Insight widgets in [!INCLUDE[name-sos](../includes/name-sos-short.md)]
16
16
17
-
Insight widgets take the Transact-SQL (T-SQL) queries you use to monitor servers & databases and turns them into insightful visualizations.
17
+
Insight widgets take the Transact-SQL (T-SQL) queries you use to monitor servers & databases and turns them into insightful visualizations.
18
18
19
-
Insights are customizable charts and graphs that you add to server and database monitoring dashboards. View at-a-glance insights of your servers and databases, then drill into more details, and launch management actions that you define.
19
+
Insights are customizable charts and graphs that you add to server and database monitoring dashboards. View at-a-glance insights of your servers and databases, then drill into more details, and launch management actions that you define.
20
20
21
21
You can build awesome server and database management dashboards similar to the following example:
22
22
@@ -27,11 +27,11 @@ To jump in and start creating different types of insight widgets, check out the
27
27
28
28
-[Build a custom insight widget](tutorial-build-custom-insight-sql-server.md)
29
29
-*Enable built-in insight widgets*
30
-
-[Enable the performance monitoring insight](tutorial-qds-sql-server.md)
31
-
-[Enable the table space usage insight](tutorial-table-space-sql-server.md)
30
+
-[Enable the performance monitoring insight](tutorial-qds-sql-server.md)
31
+
-[Enable the table space usage insight](tutorial-table-space-sql-server.md)
32
32
33
33
34
-
## SQL Queries
34
+
## SQL Queries
35
35
36
36
[!INCLUDE[name-sos](../includes/name-sos-short.md)] tries to avoid introducing yet another language or heavy user interface so it tries to use T-SQL as much as possible with minimal JSON configuration. Configuring insight widgets with T-SQL leverages the countless number of existing sources of useful T-SQL queries that can be turned into insightful widgets.
Copy file name to clipboardExpand all lines: docs/azure-data-studio/quickstart-sql-database.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
title: "Quickstart: Connect and query an Azure SQL database"
3
3
titleSuffix: Azure Data Studio
4
4
description: This quickstart shows how to use Azure Data Studio to connect to a SQL database and run a query
5
-
ms.custom: "seodec18"
6
-
ms.date: "12/21/2018"
5
+
ms.custom: seodec18, sqlfreshmay19
6
+
ms.date: "05/14/2019"
7
7
ms.prod: sql
8
8
ms.technology: azure-data-studio
9
9
ms.reviewer: "alayu; sstein"
@@ -33,7 +33,7 @@ If you don't have an Azure SQL server, complete one of the following Azure SQL D
33
33
34
34
Use [!INCLUDE[name-sos](../includes/name-sos-short.md)] to establish a connection to your Azure SQL Database server.
35
35
36
-
1. The first time you run [!INCLUDE[name-sos](../includes/name-sos-short.md)] the **Connection** page should open. If you don't see the **Connection** page, select **Add Connection**, or the **New Connection**icon in the **SERVERS**sidebar:
36
+
1. The first time you run [!INCLUDE[name-sos](../includes/name-sos-short.md)] the **Welcome** page should open. If you don't see the **Welcome** page, select **Help** > **Welcome**. Select **New Connection**to open the **Connection**pane:
1. The first time you run *[!INCLUDE[name-sos](../includes/name-sos-short.md)]* the **Connection**dialog opens. If the **Connection**dialog doesn't open, click the **New Connection**icon in the **SERVERS**page:
35
+
1. The first time you run [!INCLUDE[name-sos](../includes/name-sos-short.md)] the **Welcome**page should open. If you don't see the **Welcome**page, select **Help** > **Welcome**. Select **New Connection**to open the **Connection**pane:
Copy file name to clipboardExpand all lines: docs/azure-data-studio/what-is.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Overview
2
+
title: What is Azure Data Studio
3
3
titleSuffix: Azure Data Studio
4
4
description: Azure Data Studio is a free, light-weight tool, that runs on Windows, macOS, and Linux, for managing SQL Server, Azure SQL Database, and Azure SQL Data Warehouse.
5
5
ms.prod: sql
@@ -9,8 +9,8 @@ author: "markingmyname"
9
9
ms.author: "maghan"
10
10
manager: craigg
11
11
ms.reviewer: "alayu; sstein"
12
-
ms.custom: "seodec18"
13
-
ms.date: "09/24/2018"
12
+
ms.custom: "seodec18, sqlfreshmay19"
13
+
ms.date: "05/14/2019"
14
14
---
15
15
16
16
# What is Azure Data Studio?
@@ -155,9 +155,8 @@ To learn about authoring extensions, see [Extension authoring](extension-authori
155
155
|Vulnerability Assessment||Yes|
156
156
|XEvent Management||Yes|
157
157
158
-
159
-
160
158
## Next steps
159
+
161
160
-[Download and Install [!INCLUDE[name-sos](../includes/name-sos-short.md)]](download.md)
162
161
-[Connect and query SQL Server](quickstart-sql-server.md)
163
162
-[Connect and query Azure SQL Database](quickstart-sql-database.md)
The SQL Server Management Studio (SSMS) tutorial introduces you to the integrated environment for managing your [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] infrastructure. [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] presents a graphical interface for configuring, monitoring, and administering instances of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]. It also allows you to deploy, monitor, and upgrade the data-tier components used by your applications, such as databases. [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] also provides [!INCLUDE[tsql](../../includes/tsql-md.md)], MDX, DMX, and XML language editors for editing and debugging scripts.
31
+
SQL Server Management Studio (SSMS) tutorials introduce you to the integrated environment for managing your [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] infrastructure. [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] presents a graphical interface for configuring, monitoring, and administering Azure SQL Database, Azure SQL Database managed instance, Azure SQL Data Warehouse, and instances of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]. It also allows you to deploy, monitor, and upgrade the data-tier components used by your applications, such as databases. [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] also provides [!INCLUDE[tsql](../../includes/tsql-md.md)], MDX, DMX, and XML language editors for editing and debugging scripts.
32
32
33
33
## What You Will Learn
34
34
35
35
These tutorials will help you understand the presentation of information in SSMS and how to take advantage of its features.
36
36
37
37
The best way to get acquainted with SSMS is through hands-on practice. These tutorials will familiarize you with the various features available within SSMS. These tutorials will teach you how to manage the components of SSMS and how to find the features that you use regularly.
38
38
39
-
Here is what the tutorials cover:
39
+
Here is what the tutorials cover:
40
+
40
41
41
-
42
42
-[Tutorial: Connect & Query SQL Server using SSMS](connect-query-sql-server.md)
43
43
44
44
In this Tutorial, you learn how to connect to your SQL Server instance. You will also learn some basic Transact-SQL (T-SQL) commands to create and then query a new database.
@@ -49,7 +49,7 @@ Here is what the tutorials cover:
49
49
50
50
-[Tutorial: Using Templates in SSMS](templates-ssms.md)
51
51
52
-
In this Tutorial, you learn how to work with the pre-built Templates within SSMS. The templates are a little-known feature that store a number of Transact-SQL code snippets for various database administration tasks.
52
+
In this Tutorial, you learn how to work with the pre-built Templates within SSMS. The templates are a little-known feature that stores a number of Transact-SQL code snippets for various database administration tasks.
0 commit comments