Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 88f5e69

Browse files
author
stevestein
committed
prepping files
1 parent 7f46dbe commit 88f5e69

9 files changed

Lines changed: 124 additions & 145 deletions

File tree

docs/sql-operations-studio/dashboards.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
---
2-
title: Quickly Access insights and common tasks in Carbon | Microsoft Docs
3-
description: Learn about displaying insightful widgets in Carbon.
4-
services: sql-database
5-
author: yualan
6-
ms.author: alayu
2+
title: Quickly Access insights and common tasks in SQL Operations Studio | Microsoft Docs
3+
description: Learn about displaying insightful widgets in SQL Operations Studio.
4+
keywords:
5+
ms.custom: "tools|sos"
6+
ms.date: "10/31/2017"
7+
ms.prod: "sql-non-specified"
8+
ms.reviewer: "alayu; erickang; sstein"
9+
ms.suite: "sql"
10+
ms.tgt_pltfrm: ""
11+
ms.topic: "article"
12+
author: "yualan"
13+
ms.author: "alayu"
714
manager: craigg
8-
ms.reviewer: achatter, alayu, erickang, sanagama, sstein
9-
ms.service: data-tools
10-
ms.workload: data-tools
11-
ms.prod: NEEDED
12-
ms.topic: article
13-
ms.date: 10/16/2017
15+
ms.workload: "Inactive"
1416
---
15-
# Dashboards in Carbon
17+
# Dashboards in [!INCLUDE[name-sos](../includes/name-sos-short.md)]
1618

1719
To view a dashboard, right-click a server, or database and select **Manage**.
1820

@@ -97,17 +99,17 @@ Sample Insight Details flyout configuration
9799
## Insight Actions
98100
With an insight widget and insight details, you can easily come up an action plan to mitigate an issue or manage. For example, you will think of executing DBCC CHECKDB, read error logs or Restore the database when a database is in a recovery pending. Or it can be any of actions that you wish to perform.
99101

100-
Using Carbon's Insight Actions configuration, you can map a built-in actions like restore, or bring your own action defined with a sql script.
102+
Using [!INCLUDE[name-sos](../includes/name-sos-short.md)]'s Insight Actions configuration, you can map a built-in actions like restore, or bring your own action defined with a sql script.
101103

102104
> Configuration of custom actions using sql script is under development and it is not available in the private preview build yet.
103105

104106
## Sample Insight Action definition
105107

106-
```"actions"{}``` defines an insight action. Action can be defined over a specific scope such as ```"server"```, ```"database"``` and so on and Carbon passes the current connection context information to the action.
108+
```"actions"{}``` defines an insight action. Action can be defined over a specific scope such as ```"server"```, ```"database"``` and so on and [!INCLUDE[name-sos](../includes/name-sos-short.md)] passes the current connection context information to the action.
107109

108110
For example, when restore action is launched for WideWorldImporters database, ```"database": "${Database}"``` definition indicates to pass ```Database``` column value in your query result to the restore action. Then restore action starts for the database. ```"types"``` is a json array and multiple actions can be listed in the array. It basically becomes a context menu on Insight Details dialog that user can click and perform the action.
109111

110-
> Carbon preview 0.17.1 has enabled "backup", "restore", "new-query" and "new-database" as action types.
112+
> [!INCLUDE[name-sos](../includes/name-sos-short.md)] preview 0.17.1 has enabled "backup", "restore", "new-query" and "new-database" as action types.
111113

112114
```json
113115
"details": {
@@ -125,4 +127,4 @@ For example, when restore action is launched for WideWorldImporters database, ``
125127
## Next steps
126128
The basics of dashboards and insight widgets have been covered in this document, read on to find out more about:
127129

128-
* [Integrated Terminal](/carbon/integrated-terminal.md) - Use the integrated terminal in Carbon
130+
* [Integrated Terminal](integrated-terminal.md) - Use the integrated terminal in [!INCLUDE[name-sos](../includes/name-sos-short.md)]

docs/sql-operations-studio/download.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,11 @@ sqlops .
9393

9494
## Uninstall SQL Operations Studio
9595

96-
To uninstall the [!INCLUDE[name-sos-short](../includes/name-sos-short.md)] preview, delete the files.
96+
To uninstall [!INCLUDE[name-sos-short](../includes/name-sos-short.md)], delete the files.
9797

9898
## Next Steps
9999

100-
See the following articles to get started:
101-
- [Explore [!INCLUDE[name-sos](../includes/name-sos-short.md)]](tutorial-modern-code-flow-sql-server.md)
100+
See one of the following articles to get started:
102101
- [Connect & Query SQL Server](get-started-sql-server.md)
102+
- [Connect & Query Azure SQL Database](get-started-sql-database.md)
103+
- [Connect & Query Azure Data Warehouse](get-started-sql-dw.md)

docs/sql-operations-studio/enable-kerberos.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Use Active Directory Authentication - Kerberos
3-
description: Learn how to enable Kerberos to use Active Directory Authentication for SQL Workbench
2+
title: Use Active Directory Authentication (Kerberos) when connecting with SQL Operations Studio | Microsoft Docs
3+
description: Learn how to enable Kerberos to use Active Directory Authentication for SQL Operations Studio
44
keywords:
55
ms.custom: "tools|sos"
66
ms.date: "11/01/2017"
@@ -18,7 +18,7 @@ ms.workload: "Inactive"
1818

1919
[!INCLUDE[name-sos](../includes/name-sos-short.md)] supports connecting to SQL Server using Kerberos.
2020

21-
In order to use Integrated Authentication (aka Windows Authentication) on macOS or Linux you need to set up a **Kerberos ticket** linking your current user to a Windows domain account.
21+
In order to use Integrated Authentication (Windows Authentication) on macOS or Linux you need to set up a **Kerberos ticket** linking your current user to a Windows domain account.
2222

2323
# Step1: Get the Kerberos Key Distribution Center
2424

@@ -100,7 +100,7 @@ krbtgt/DOMAIN.COMPANY.COM@ DOMAIN.COMPANY.COM.
100100

101101
* Choose Integrated as the authentication type
102102

103-
If all goes well and the steps above worked, you should be able to connect successfully!
103+
If all goes well and the preceding steps worked, you should be able to connect successfully!
104104
// Add screenshot
105105

106106

docs/sql-operations-studio/insight-widgets.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
---
2-
title: Insight widgets provide customizable charts and graphs to monitor servers and databases in Carbon | Microsoft Docs
3-
description: Learn about insight widgets in Carbon.
4-
services: sql-database
5-
author: erickangmsft
6-
ms.author: sstein
2+
title: Use Insight widgets to monitor servers and databases in SQL Operations Studio | Microsoft Docs
3+
description: Learn about insight widgets in SQL Operations Studio.
4+
keywords:
5+
ms.custom: "tools|sos"
6+
ms.date: "10/31/2017"
7+
ms.prod: "sql-non-specified"
8+
ms.reviewer: "alayu; erickang; sstein"
9+
ms.suite: "sql"
10+
ms.tgt_pltfrm: ""
11+
ms.topic: article"
12+
author: "stevestein"
13+
ms.author: "sstein"
714
manager: craigg
8-
ms.reviewer: achatter, alayu, erickang, sanagama, sstein
9-
ms.service: data-tools
10-
ms.workload: data-tools
11-
ms.prod: NEEDED
12-
ms.topic: article
13-
ms.date: 10/24/2017
15+
ms.workload: "Inactive"
1416
---
15-
# Manage servers and databases with Insight widgets in Carbon
17+
# Manage servers and databases with Insight widgets in [!INCLUDE[name-sos](../includes/name-sos-short.md)]
1618

1719
Insight widgets take the SQL queries you use to monitor servers & databases and turns them into insightful visualizations.
1820

@@ -33,15 +35,15 @@ To jump in and start creating different types of Insight widgets, check out the
3335

3436
## SQL Queries
3537

36-
Carbon tries to avoid introducing yet another language or heavy UI so it tries to use SQL as much as possible with minimal JSON configuration. Configuring Insight widgets with SQL leverages the countless number of existing sources of useful SQL queries that can be turned into Insight widgets.
38+
tries to avoid introducing yet another language or heavy UI so it tries to use SQL as much as possible with minimal JSON configuration. Configuring Insight widgets with SQL leverages the countless number of existing sources of useful SQL queries that can be turned into Insight widgets.
3739

3840
Insight widgets are composed of one or two SQL queries:
3941
* *Insight widget query* is mandatory, and is the query that returns the data that appears in the widget.
4042
* *Insight details query* is only required if you are creating an Insight Details flyout.
4143

4244
Insight widget query defines a dataset that renders a count, chart, or graph. Insight details query is used to list relevant insight detail information in a tabular format in the Insight Details flyout.
4345

44-
Carbon executes insight widget query and maps the query result set to a chart's dataset then renders it. When users open up an insight detail flyout, Carbon executes the insight details query and prints out the result in a grid view within the dialog.
46+
executes insight widget query and maps the query result set to a chart's dataset then renders it. When users open up an insight detail flyout, executes the insight details query and prints out the result in a grid view within the dialog.
4547

4648
The basic idea is to write a SQL query in a way so it can be used as a dataset of a count, chart, and graph widget.
4749

docs/sql-operations-studio/integrated-terminal.md

Lines changed: 21 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
---
2-
title: Integrated terminal in Carbon | Microsoft Docs
3-
description: Learn about the Integrated terminal in Carbon.
4-
services: sql-database
5-
author: yualan
6-
ms.author: alayu
2+
title: Integrated terminal in SQL Operations Studio | Microsoft Docs
3+
description: Learn about the Integrated terminal in SQL Operations Studio.
4+
keywords:
5+
ms.custom: "tools|sos"
6+
ms.date: "10/31/2017"
7+
ms.prod: "sql-non-specified"
8+
ms.reviewer: "alayu; erickang; sstein"
9+
ms.suite: "sql"
10+
ms.tgt_pltfrm: ""
11+
ms.topic: "article"
12+
author: "yualan"
13+
ms.author: "alayu"
714
manager: craigg
8-
ms.reviewer: achatter, alayu, erickang, sanagama, sstein
9-
ms.service: data-tools
10-
ms.workload: data-tools
11-
ms.prod: NEEDED
12-
ms.topic: article
13-
ms.date: 10/16/2017
15+
ms.workload: "Inactive"
1416
---
1517
# Integrated Terminal
1618

17-
In Carbon, you can open an integrated terminal, initially starting at the root of your workspace. This can be very convenient as you don't have to switch windows or alter the state of an existing terminal to perform a quick command line task.
19+
In [!INCLUDE[name-sos](../includes/name-sos-short.md)], you can open an integrated terminal, initially starting at the root of your workspace. This can be convenient as you don't have to switch windows or alter the state of an existing terminal to perform a quick command-line task.
1820

1921
To open the terminal:
2022

@@ -24,7 +26,7 @@ To open the terminal:
2426

2527
![Terminal](media/integrated-terminal/terminal-screen.png)
2628

27-
> **Note:** You can still open an external shell with the Explorer **Open in Command Prompt** command (**Open in Terminal** on Mac or Linux) if you prefer to work outside Carbon.
29+
> **Note:** You can still open an external shell with the Explorer **Open in Command Prompt** command (**Open in Terminal** on Mac or Linux) if you prefer to work outside [!INCLUDE[name-sos](../includes/name-sos-short.md)].
2830
2931
## Managing Multiple Terminals
3032

@@ -57,7 +59,7 @@ Correctly configuring your shell on Windows is a matter of locating the right ex
5759

5860
>**Note:** To be used as an integrated terminal, the shell executable must be a console application so that `stdin/stdout/stderr` can be redirected.
5961
60-
>**Tip:** The integrated terminal shell is running with the permissions of Carbon. If you need to run a shell command with elevated (administrator) or different permissions, you can use platform utilities such as `runas.exe` within a terminal.
62+
>**Tip:** The integrated terminal shell is running with the permissions of [!INCLUDE[name-sos](../includes/name-sos-short.md)]. If you need to run a shell command with elevated (administrator) or different permissions, you can use platform utilities such as `runas.exe` within a terminal.
6163
6264
### Shell arguments
6365

@@ -109,7 +111,7 @@ They are:
109111

110112
### Run Selected Text
111113

112-
To use the `runSelectedText` command, select text in an editor and run the command **Terminal: Run Selected Text in Active Terminal** via the **Command Palette** (**Ctrl+Shift+P**). The terminal will attempt to run the selected text:
114+
To use the `runSelectedText` command, select text in an editor and run the command **Terminal: Run Selected Text in Active Terminal** via the **Command Palette** (**Ctrl+Shift+P**). The terminal attempts to run the selected text:
113115

114116
![Run selected text](media/integrated-terminal/terminal_run_selected.png)
115117

@@ -125,9 +127,9 @@ The keybindings for copy and paste follow platform standards:
125127

126128
### Find
127129

128-
The Integrated Terminal has basic find functionality which can be triggered with **Ctrl+F**.
130+
The Integrated Terminal has basic find functionality that can be triggered with **Ctrl+F**.
129131

130-
If you want **Ctrl+F** to go to the shell instead of launching the Find widget on Linux and Windows, you will need to remove the keybinding like so:
132+
If you want **Ctrl+F** to go to the shell instead of launching the Find widget on Linux and Windows, you need to remove the keybinding like so:
131133

132134
```js
133135
{ "key": "ctrl+f", "command": "-workbench.action.terminal.focusFindWidget",
@@ -136,14 +138,9 @@ If you want **Ctrl+F** to go to the shell instead of launching the Find widget o
136138

137139
### Rename terminal sessions
138140

139-
Integrated Terminal sessions can now be renamed using the **Terminal: Rename** (`workbench.action.terminal.rename`) command. The new name will be displayed in the terminal selection drop-down.
141+
Integrated Terminal sessions can now be renamed using the **Terminal: Rename** (`workbench.action.terminal.rename`) command. The new name is displayed in the terminal selection drop-down.
140142

141143
### Forcing key bindings to pass through the terminal
142144

143-
While focus is in the integrated terminal, many key bindings will not work as the keystrokes are passed to and consumed by the terminal itself. The `terminal.integrated.commandsToSkipShell` setting can be used to get around this. It contains an array of command names whose key bindings will skip processing by the shell and instead be processed by the Carbon key binding system. By default this includes all terminal key bindings in addition to a select few commonly used key bindings.
145+
While focus is in the integrated terminal, many key bindings won't work because the keystrokes are passed to and consumed by the terminal itself. The `terminal.integrated.commandsToSkipShell` setting can be used to get around this. It contains an array of command names whose key bindings skip processing by the shell and instead be processed by the [!INCLUDE[name-sos](../includes/name-sos-short.md)] key binding system. By default this includes all terminal key bindings in addition to a select few commonly used key bindings.
144146

145-
## Next Steps
146-
147-
The basics of the terminal have been covered in this document, read on to find out more about:
148-
149-
* [Keyboard shortcuts](/carbon/keyboard-shortcuts.md) - Keyboard shortcuts let you customize your common keyboard actions.
Lines changed: 17 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,28 @@
11
---
2-
title: Server Groups in Carbon | Microsoft Docs
3-
description: Learn about Server Groups in Carbon.
4-
services: sql-database
5-
author: sanagama
6-
ms.author: sanagama
2+
title: Server Groups in SQL Operations Studio | Microsoft Docs
3+
description: Learn about Server Groups in SQL Operations Studio.
4+
keywords:
5+
ms.custom: "tools|sos"
6+
ms.date: "10/31/2017"
7+
ms.prod: "sql-non-specified"
8+
ms.reviewer: "alayu; erickang; sanagama; sstein"
9+
ms.suite: "sql"
10+
ms.tgt_pltfrm: ""
11+
ms.topic: "article"
12+
author: "stevestein"
13+
ms.author: "sstein"
714
manager: craigg
8-
ms.reviewer: achatter, alayu, erickang, sanagama, sstein
9-
ms.service: data-tools
10-
ms.workload: data-tools
11-
ms.prod: NEEDED
12-
ms.topic: article
13-
ms.date: 10/16/2017
15+
ms.workload: "Inactive"
1416
---
15-
# Server Groups in Carbon
17+
# Server Groups in [!INCLUDE[name-sos](../includes/name-sos-short.md)]
1618

1719

1820

19-
## What are server groups
2021

21-
Server groups are collections of servers that you can connect and run management tasks against. The collection is a logical group of servers that ...
22+
## Sharing Server groups with other users
2223

23-
The primary benefit of server groups are ...
2424

25-
Server groups provide ...
2625

27-
Server groups enable ...
2826

29-
30-
31-
32-
## Create server groups
33-
34-
35-
36-
37-
## Move SQL Servers into and out of server groups
38-
39-
40-
41-
42-
43-
44-
## Next steps
45-
- [Download and Install Carbon](download.md)
46-
- [Connect to SQL Server](get-started-sql-server.md)
27+
## Additional resources
28+
- [Workspace and User settings](settings.md)

docs/sql-operations-studio/settings.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ keywords:
55
ms.custom: "tools|sos"
66
ms.date: "11/01/2017"
77
ms.prod: "sql-non-specified"
8-
ms.reviewer: "alayu; erickang; sanagama; sstein"
8+
ms.reviewer: "alayu; erickang; sstein"
99
ms.suite: "sql"
1010
ms.tgt_pltfrm: ""
1111
ms.topic: "article"
@@ -115,7 +115,7 @@ Here is the list of settings we don't support at the workspace scope:
115115
- `terminal.external.osxExec`
116116
- `terminal.external.linuxExec`
117117

118-
The first time you open a workspace which defines any of these settings, [!INCLUDE[name-sos](../includes/name-sos-short.md)] will warn you and subsequently always ignore the values after that.
118+
The first time you open a workspace that defines any of these settings, [!INCLUDE[name-sos](../includes/name-sos-short.md)] warns you and subsequently always ignore the values after that.
119119

120120
### <a id="default-settings"></a>Copy of Default Settings
121121

@@ -1401,9 +1401,3 @@ The following are the default settings and their values:
14011401
"jake.autoDetect": "on"
14021402
}
14031403
```
1404-
1405-
1406-
## Next steps
1407-
The basics of settings have been covered in this document, read on to find out more about:
1408-
1409-
* [Windows Authentication (Kerberos)](enable-kerberos.md) - Connect to SQL Server using Kerberos.

0 commit comments

Comments
 (0)