Skip to content

Commit 1b661e7

Browse files
authored
Merge pull request #4913 from MicrosoftDocs/release-sqlops
Release sqlops
2 parents 39265e4 + 74031ba commit 1b661e7

2 files changed

Lines changed: 37 additions & 13 deletions

File tree

docs/sql-operations-studio/download.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Download and install Microsoft SQL Operations Studio (preview) | Microsoft Docs
33
description: 'Download and Install Microsoft SQL Operations Studio (preview) for Windows, macOS, or Linux'
44
ms.custom: "tools|sos"
5-
ms.date: "01/17/2018"
5+
ms.date: "02/15/2018"
66
ms.prod: "sql-non-specified"
77
ms.reviewer: "alayu; erickang; sstein"
88
ms.suite: "sql"
@@ -19,13 +19,13 @@ ms.workload: "Inactive"
1919

2020
[!INCLUDE[name-sos](../includes/name-sos.md)] runs on Windows, macOS, and Linux.
2121

22-
Download and install the latest release, the *January Public Preview*:
22+
Download and install the latest release, the *February Public Preview*:
2323

24-
|Platform|Download|Release date|
25-
|:---|:---|:---|
26-
|Windows|[Installer](https://go.microsoft.com/fwlink/?linkid=866480)<br>[.zip](https://go.microsoft.com/fwlink/?linkid=866479)|January 17, 2018 |
27-
|macOS|[.zip](https://go.microsoft.com/fwlink/?linkid=866481)|January 17, 2018 |
28-
|Linux|[.deb](https://go.microsoft.com/fwlink/?linkid=866484)<br>[.rpm](https://go.microsoft.com/fwlink/?linkid=866483)<br>[.tar.gz](https://go.microsoft.com/fwlink/?linkid=866482)|January 17, 2018|
24+
|Platform|Download|Release date| Version |
25+
|:---|:---|:---|:---|
26+
|Windows|[Installer](https://go.microsoft.com/fwlink/?linkid=867998)<br>[.zip](https://go.microsoft.com/fwlink/?linkid=867997)|February 15, 2018 |0.26.6|
27+
|macOS|[.zip](https://go.microsoft.com/fwlink/?linkid=867999)|February 15, 2018 |0.26.6|
28+
|Linux|[.deb](https://go.microsoft.com/fwlink/?linkid=868002)<br>[.rpm](https://go.microsoft.com/fwlink/?linkid=868001)<br>[.tar.gz](https://go.microsoft.com/fwlink/?linkid=868000)|February 15, 2018|0.26.6|
2929

3030
For details about the latest release, see the [release notes](release-notes.md).
3131

@@ -35,27 +35,27 @@ This release of [!INCLUDE[name-sos](../includes/name-sos-short.md)] includes a s
3535

3636
**Installer**
3737

38-
1. Download and run the [[!INCLUDE[name-sos](../includes/name-sos-short.md)] installer for Windows](https://go.microsoft.com/fwlink/?linkid=866480).
38+
1. Download and run the [[!INCLUDE[name-sos](../includes/name-sos-short.md)] installer for Windows](https://go.microsoft.com/fwlink/?linkid=867998).
3939
1. Start the [!INCLUDE[name-sos-short](../includes/name-sos-short.md)] app.
4040

4141

4242
**.zip file**
4343

44-
1. Download [[!INCLUDE[name-sos](../includes/name-sos-short.md)] .zip for Windows](https://go.microsoft.com/fwlink/?linkid=866479).
44+
1. Download [[!INCLUDE[name-sos](../includes/name-sos-short.md)] .zip for Windows](https://go.microsoft.com/fwlink/?linkid=867997).
4545
2. Browse to the downloaded file and extract it.
4646
3. Run `\sqlops-windows\sqlops.exe`
4747

4848

4949
## Get SQL Operations Studio (preview) for macOS
5050

51-
1. Download [[!INCLUDE[name-sos](../includes/name-sos-short.md)] for macOS](https://go.microsoft.com/fwlink/?linkid=866481).
51+
1. Download [[!INCLUDE[name-sos](../includes/name-sos-short.md)] for macOS](https://go.microsoft.com/fwlink/?linkid=867999).
5252
2. To expand the contents of the zip, double-click it.
5353
3. To make [!INCLUDE[name-sos](../includes/name-sos-short.md)] available in the *Launchpad*, drag *sqlops.app* to the *Applications* folder.
5454

5555

5656
## Get SQL Operations Studio (preview) for Linux
5757

58-
1. Download [[!INCLUDE[name-sos](../includes/name-sos-short.md)] for Linux](https://go.microsoft.com/fwlink/?linkid=866482).
58+
1. Download [[!INCLUDE[name-sos](../includes/name-sos-short.md)] for Linux](https://go.microsoft.com/fwlink/?linkid=868000).
5959
1. To extract the file and launch [!INCLUDE[name-sos](../includes/name-sos-short.md)], open a new Terminal window and type the following commands:
6060

6161
```bash

docs/sql-operations-studio/release-notes.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Microsoft SQL Operations Studio (preview) release notes| Microsoft Docs
33
description: 'Microsoft SQL Operations Studio (preview) release notes'
44
ms.custom: "tools|sos"
5-
ms.date: "01/17/2018"
5+
ms.date: "02/15/2018"
66
ms.prod: "sql-non-specified"
77
ms.reviewer: "alayu; erickang; sstein"
88
ms.suite: "sql"
@@ -17,7 +17,31 @@ ms.workload: "Inactive"
1717
---
1818
# SQL Operations Studio (preview) release notes
1919

20-
**[Download the January Public Preview](download.md)**
20+
**[Download the February Public Preview](download.md)**
21+
22+
## February 2018 (February Public Preview)
23+
24+
release date: February 15, 2018
25+
version: 0.26.6
26+
27+
The *February Public Preview* includes some feature suggestions and high-priority bug fixes. This release includes the following enhancements:
28+
29+
- Introducing Auto-Update Installation, which provides a notification when a new release is available to download
30+
- The Connection Dialog 'Database' field is now a dynamically populated drop-down list that will contain a list of databases populated from the specified server.
31+
- Fix [issue 6](https://github.com/Microsoft/sqlopsstudio/issues/6): Keep connection and selected database when opening new query tabs.
32+
- Fix [issue 22](https://github.com/Microsoft/sqlopsstudio/issues/22): 'Server Name' and 'Database Name' - Can these be drop downs instead of text boxes?
33+
- Fix [issue 549](https://github.com/Microsoft/sqlopsstudio/issues/549): Silent/Very Silent Install results in application opening after installation.
34+
- Fix [issue 481](https://github.com/Microsoft/sqlopsstudio/issues/481): Add "Check for updates" option.
35+
- SQL Editor colorization and auto-completion fixes:
36+
- Fix [issue 584](https://github.com/Microsoft/sqlopsstudio/issues/584): Keyword "FULL" not highlighted by IntelliSense.
37+
- Fix [issue 345](https://github.com/Microsoft/sqlopsstudio/issues/345): Colorize SQL functions within the editor.
38+
- Fix [issue 300](https://github.com/Microsoft/sqlopsstudio/issues/300): [#tempData] latest "]" will display green color.
39+
- Fix [issue 225](https://github.com/Microsoft/sqlopsstudio/issues/225): Keyword color mismatch.
40+
- Fix [issue 60](https://github.com/Microsoft/sqlopsstudio/issues/60): Invalid sql syntax color highlighting when using temporary table in from clause.
41+
- Introduce Connection extensibility API.
42+
- VS Code Editor 1.19 integration.
43+
- Update JustinPealing/html-query-plan component to pick-up several Query Plan viewer improvements.
44+
2145

2246
## January 2018 (January Public Preview)
2347

0 commit comments

Comments
 (0)