Skip to content

Commit 2a7533c

Browse files
author
stevestein
committed
edit
1 parent be3ca73 commit 2a7533c

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/sql-operations-studio/TOC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
## [SQL Server Blog](https://blogs.technet.microsoft.com/dataplatforminsider/)
2727
# [FAQ](faq.md)
2828
# [Report issues & make suggestions](https://github.com/microsoft/sqlopsstudio/issues)
29-
# [Ask & Answer questions](https://gitter.im/Microsoft/mssql)
29+
# [Get help](https://gitter.im/Microsoft/mssql)

docs/sql-operations-studio/download.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@ ms.workload: "Inactive"
1919
## Get [!INCLUDE[name-sos](../includes/name-sos-short.md)] for Windows
2020

2121
1. Download [[!INCLUDE[name-sos](../includes/name-sos-short.md)] for Windows](https://go.microsoft.com/fwlink/?linkid=862648).
22-
2. Right-click the **.zip** file, and select **Properties**.
23-
3. On the **General** tab, select **Unblock**, and click **Apply**.
24-
4. Browse to the downloaded file and extract it.
25-
5. Run *\sqlops-windows\sqlops.exe*
22+
2. Browse to the downloaded file and extract it.
23+
3. Run *\sqlops-windows\sqlops.exe*
2624

2725

2826
## Get [!INCLUDE[name-sos](../includes/name-sos-short.md)] for macOS

docs/sql-operations-studio/tutorial-sql-editor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Tutorial: Use the Transact-SQL editor to create database objects - SQL Operations Studio (preview) | Microsoft Docs"
2+
title: "Tutorial: Use the SQL Operations Studio (preview) Transact-SQL editor to create database objects | Microsoft Docs"
33
description: This tutorial demonstrates the key features in SQL Operations Studio (preview) that simplify using T-SQL.
44
ms.custom: "tools|sos"
55
ms.date: "11/15/2017"
@@ -16,7 +16,7 @@ ms.workload: "Inactive"
1616

1717
# Tutorial: Use the Transact-SQL editor to create database objects - [!INCLUDE[name-sos](../includes/name-sos-short.md)]
1818

19-
Creating and running queries, stored procedures, scripts, etc. are the core tasks of database professionals. This tutorial demonstrates the key features in [!INCLUDE[name-sos](../includes/name-sos-short.md)] that simplify using T-SQL.
19+
Creating and running queries, stored procedures, scripts, etc. are the core tasks of database professionals. This tutorial demonstrates the key features in the T-SQL editor to create database objects.
2020

2121
In this tutorial, you learn how to use [!INCLUDE[name-sos-short](../includes/name-sos-short.md)] to:
2222
> [!div class="checklist"]

docs/sql-operations-studio/what-is.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ ms.workload: "Inactive"
2929

3030
## Smart T-SQL code snippets
3131

32-
T-SQL code snippets generate the proper T-SQL syntax to create databases, tables, views, stored procedures, users, logins, roles, etc., and to update existing database objects. To quickly create copies of your database for development or testing purposes, generate and execute CREATE and INSERT scripts. [!INCLUDE[name-sos](../includes/name-sos-short.md)] provides functionality to create your own T-SQL code snippets. To learn more, see [Create and use code snippets](code-snippets.md).
32+
T-SQL code snippets generate the proper T-SQL syntax to create databases, tables, views, stored procedures, users, logins, roles, etc., and to update existing database objects. Use smart snippets to quickly create copies of your database for development or testing purposes, and to generate and execute CREATE and INSERT scripts.
33+
34+
[!INCLUDE[name-sos](../includes/name-sos-short.md)] also provides functionality to create custom T-SQL code snippets. To learn more, see [Create and use code snippets](code-snippets.md).
3335

3436

3537
## Customizable Server and Database Dashboards featuring Insightful monitoring widgets

0 commit comments

Comments
 (0)