Skip to content

Commit ecc20c7

Browse files
committed
H1 Hack-a-doc improvements
1 parent d69dfa6 commit ecc20c7

17 files changed

Lines changed: 62 additions & 59 deletions

docs/linux/sql-server-linux-azure-virtual-machine.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: This tutorial shows how to create a Linux SQL Server vNext virtual
66
author: rothja
77
ms.author: jroth
88
manager: jhubbard
9-
ms.date: 11/17/2016
9+
ms.date: 02/27/2017
1010
ms.topic: article
1111
ms.prod: sql-linux
1212
ms.technology: database-engine
@@ -21,9 +21,9 @@ ms.assetid: 222e23b2-51e7-429b-b8e5-61e0ebe7df9b
2121
# ms.reviewer: ""
2222
# ms.suite: ""
2323
# ms.tgt_pltfrm: ""
24-
# ms.custom: ""
24+
ms.custom: H1Hack27Feb2017
2525
---
26-
# Provision a Linux SQL Server VM in Azure
26+
# Create a Linux SQL Server vNext virtual machine with the Azure portal
2727
Azure provides Linux virtual machine images that have SQL Server vNext CTP 1.3 installed. This topic provides a short walkthrough on how to use the Azure portal to create a Linux SQL Server virtual machine.
2828

2929
## Create a Linux VM with SQL Server installed

docs/linux/sql-server-linux-configure-mssql-conf.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
# required metadata
33

4-
title: Configure SQL Server on Linux with mssql-conf | Microsoft Docs
4+
title: Configure SQL Server settings on Linux | Microsoft Docs
55
description: This topic describes how to use the mssql-conf tool to configure SQL Server vNext settings on Linux.
66
author: luisbosquez
77
ms.author: lbosq
88
manager: jhubbard
9-
ms.date: 11/18/2016
9+
ms.date: 02/27/2017
1010
ms.topic: article
1111
ms.prod: sql-linux
1212
ms.technology: database-engine
@@ -21,9 +21,10 @@ ms.assetid: 06798dff-65c7-43e0-9ab3-ffb23374b322
2121
# ms.reviewer: ""
2222
# ms.suite: ""
2323
# ms.tgt_pltfrm: ""
24-
# ms.custom: ""
24+
ms.custom: H1Hack27Feb2017
25+
2526
---
26-
# Configure SQL Server on Linux with mssql-conf
27+
# Configure SQL Server on Linux with the mssql-conf tool
2728
**mssql-conf** is a configuration script that installs with SQL Server vNext CTP 1.3 for Red Hat Enterprise Linux, SUSE Linux Enterprise Server, and Ubuntu. You can use this utility to set the following parameters:
2829

2930
- [TCP port](#tcpport): Change the port where SQL Server will listen for connections.

docs/linux/sql-server-linux-connect-and-query-sqlcmd.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
# required metadata
33

4-
title: Use the sqlcmd command-line utility on Linux | Microsoft Docs
4+
title: Connect and query SQL Server on Linux | Microsoft Docs
55
description: This tutorial shows how to run sqlcmd on Linux to run Transact-SQL queries.
66
author: rothja
77
ms.author: jroth
88
manager: jhubbard
9-
ms.date: 12/16/2016
9+
ms.date: 02/27/2017
1010
ms.topic: article
1111
ms.prod: sql-linux
1212
ms.technology: database-engine
@@ -21,10 +21,10 @@ ms.assetid: 9e6c1ae1-59a4-4589-b839-18d6a52f2676
2121
# ms.reviewer: ""
2222
# ms.suite: ""
2323
# ms.tgt_pltfrm: ""
24-
# ms.custom: ""
24+
ms.custom: H1Hack27Feb2017
2525

2626
---
27-
# Connect and query SQL Server on Linux with sqlcmd
27+
# Connect to SQL Server on Linux and run Transact-SQL queries
2828

2929
This topic provides connection requirements and guidance for SQL Server vNext CTP 1.3 running on Linux. In most cases, the connection requirements and processes do not differ across platforms. This topic approaches the subject in the context of Linux and then points to other resources.
3030

docs/linux/sql-server-linux-develop-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
# required metadata
33

4-
title: Overview of development for SQL Server on Linux | Microsoft Docs
4+
title: Develop applications for SQL Server on Linux | Microsoft Docs
55
description:
66
author: sanagama
77
ms.author: sanagama
88
manager: jhubbard
9-
ms.date: 11/16/2016
9+
ms.date: 02/27/2017
1010
ms.topic: article
1111
ms.prod: sql-linux
1212
ms.technology: database-engine
@@ -20,10 +20,10 @@ ms.assetid: 758cb738-b018-465b-9ab0-59a24b892e66
2020
# ms.reviewer: ""
2121
# ms.suite: ""
2222
# ms.tgt_pltfrm: ""
23-
# ms.custom: ""
23+
ms.custom: H1Hack27Feb2017
2424

2525
---
26-
# Develop applications for SQL Server on Linux
26+
# How to get started developing applications for SQL Server on Linux
2727

2828
You can create applications that connect to and use SQL Server vNext CTP 1.3 on Linux from a variety of programming languages, such as C#, Java, Node.js, PHP, Python, Ruby, and C++. You can also use popular web frameworks and Object Relational Mapping (ORM) frameworks.
2929

docs/linux/sql-server-linux-develop-use-ssdt.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description:
66
author: erickangMSFT
77
ms.author: erickang
88
manager: jroth
9-
ms.date: 11/16/2016
9+
ms.date: 02/27/2017
1010
ms.topic: article
1111
ms.prod: sql-linux
1212
ms.technology: database-engine
@@ -21,20 +21,20 @@ ms.assetid: 1e924704-e07c-4a8b-b243-8c1dd8cff0d3
2121
# ms.reviewer: ""
2222
# ms.suite: ""
2323
# ms.tgt_pltfrm: ""
24-
# ms.custom: ""
24+
ms.custom: H1Hack27Feb2017
2525

2626
---
27-
# Use SQL Server Data Tools (SSDT) with SQL Server on Linux
27+
# Use Visual Studio to create databases for SQL Server on Linux
2828

29-
SQL Server Data Tools turns Visual Studio into a powerful development and database lifecycle management (DLM) environment for SQL Server on Linux. You can develop, build, test and publish your database from a source controlled project, just like you develop your application code.
29+
SQL Server Data Tools (SSDT) turns Visual Studio into a powerful development and database lifecycle management (DLM) environment for SQL Server on Linux. You can develop, build, test and publish your database from a source controlled project, just like you develop your application code.
3030

3131
## Install Visual Studio and SQL Server Data Tools
3232

3333
1. If you have not already installed Visual Studio on your Windows machine, [Download and Install Visual Studio]. If you do not have a Visual Studio license, Visual Studio Community edition is a free, fully-featured IDE for students, open-source and individual developers.
3434

3535
2. During the Visual Studio installation, select **Custom** for the **Choose the type of installation** option. Click **Next**
3636

37-
3. Select **Microsoft SQL Server Data Tools**, **Git for Windows** and **GitHub Extension for Visual Studio** from the feature selection list.
37+
3. Select **Microsoft SQL Server Data Tools**, **Git for Windows**, and **GitHub Extension for Visual Studio** from the feature selection list.
3838

3939
<img src="./media/sql-server-linux-develop-use-ssdt/ssdt-setup.png" alt="ssdt setup" style="width: 400px;"/>
4040

docs/linux/sql-server-linux-develop-use-vscode.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: This tutorial shows how to use the mssql extension for VS Code. Thi
66
author: erickangMSFT
77
ms.author: erickang
88
manager: jhubbard
9-
ms.date: 01/06/2017
9+
ms.date: 02/27/2017
1010
ms.topic: article
1111
ms.prod: sql-linux
1212
ms.technology: database-engine
@@ -21,10 +21,10 @@ ms.assetid: 9766ee75-32d3-4045-82a6-4c7968bdbaa6
2121
# ms.reviewer: ""
2222
# ms.suite: ""
2323
# ms.tgt_pltfrm: ""
24-
# ms.custom: ""
24+
ms.custom: H1Hack27Feb2017
2525

2626
---
27-
# Use the mssql extension for Visual Studio Code
27+
# Use Visual Studio Code to create and run Transact-SQL scripts for SQL Server
2828

2929
This topic shows how to use the **mssql** extension for Visual Studio Code (VS Code) to develop SQL Server databases.
3030

docs/linux/sql-server-linux-export-import-with-sqlpackage.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
# required metadata
33

4-
title: Export and import databases with SqlPackage | Microsoft Docs
4+
title: Export and import databases on Linux | Microsoft Docs
55
description:
66
author: MikeRayMSFT
77
ms.author: mikeray
88
manager: jhubbard
9-
ms.date: 11/16/2016
9+
ms.date: 02/27/2017
1010
ms.topic: article
1111
ms.prod: sql-linux
1212
ms.technology: database-engine
@@ -21,9 +21,10 @@ ms.assetid: 5befd8fa-a451-4cde-a6b9-121f20cc41ea
2121
# ms.reviewer: ""
2222
# ms.suite: ""
2323
# ms.tgt_pltfrm: ""
24-
# ms.custom: ""
24+
ms.custom: H1Hack27Feb2017
25+
2526
---
26-
# Export and import databases with SqlPackage
27+
# Use SqlPackage to export and import SQL Server databases on Linux
2728

2829
Use `SqlPackage` to create and deploy SQL Server databases and DACPAC packages. `SqlPackage` is a command-line utility for extraction and deployment of database snapshots and other data migration tasks. This tool makes use of the DACPAC format - a self-contained unit of SQL Server database deployment which allows the migration of data in a portable package.
2930

docs/linux/sql-server-linux-get-started-tutorial.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: This topic provides a learning path for getting started with SQL Se
66
author: rothja
77
ms.author: jroth
88
manager: jhubbard
9-
ms.date: 02/17/2016
9+
ms.date: 02/27/2017
1010
ms.topic: article
1111
ms.prod: sql-linux
1212
ms.technology: database-engine
@@ -21,10 +21,10 @@ ms.assetid: 66d96e59-2ded-4460-b350-fda80d93d79b
2121
# ms.reviewer: ""
2222
# ms.suite: ""
2323
# ms.tgt_pltfrm: ""
24-
# ms.custom: ""
24+
ms.custom: H1Hack27Feb2017
2525

2626
---
27-
# Get started with SQL Server on Linux
27+
# Find resources for installing and using SQL Server on Linux
2828

2929
Get started using SQL Server vNext CTP 1.3 on Linux. Here are basic steps with links to how-to information.
3030

docs/linux/sql-server-linux-manage-ssms.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description:
66
author: sanagama
77
ms.author: sanagama
88
manager: jhubbard
9-
ms.date: 11/16/2016
9+
ms.date: 02/27/2017
1010
ms.topic: article
1111
ms.prod: sql-linux
1212
ms.technology: database-engine
@@ -20,10 +20,10 @@ ms.assetid: b2fcf858-21c3-462a-8d49-50c85647d092
2020
# ms.reviewer: ""
2121
# ms.suite: ""
2222
# ms.tgt_pltfrm: ""
23-
# ms.custom: ""
23+
ms.custom: H1Hack27Feb2017
2424

2525
---
26-
# Use SSMS to Manage SQL Server on Linux
26+
# Use SQL Server Management Studio on Windows to manage SQL Server on Linux
2727

2828
This topic introduces [SQL Server Management Studio (SSMS)](https://msdn.microsoft.com/en-us/library/hh213248.aspx) and walks you through a couple of common tasks. SSMS is a Windows application, so use SSMS when you have a Windows machine that can connect to a remote SQL Server instance on Linux.
2929

docs/linux/sql-server-linux-management-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: This topic provides links to common management tasks and tools for
66
author: rothja
77
ms.author: jroth
88
manager: jhubbard
9-
ms.date: 12/05/2016
9+
ms.date: 02/27/2017
1010
ms.topic: article
1111
ms.prod: sql-linux
1212
ms.technology: database-engine
@@ -21,10 +21,10 @@ ms.assetid: 6bd8eb0b-593d-467e-87ea-ab1c4dbcd1ea
2121
# ms.reviewer: ""
2222
# ms.suite: ""
2323
# ms.tgt_pltfrm: ""
24-
# ms.custom: ""
24+
ms.custom: H1Hack27Feb2017
2525

2626
---
27-
# Manage SQL Server on Linux
27+
# Choose the right tool to manage SQL Server on Linux
2828

2929
There are several ways to manage SQL Server vNext CTP 1.3 on Linux. The following section provide a quick overview of different management tools and techniques with pointers to more resources.
3030

0 commit comments

Comments
 (0)