Skip to content

Commit 3cc7ffd

Browse files
authored
Merge pull request #4142 from MicrosoftDocs/master
11/29 PM Publish
2 parents 61fc9f8 + 012cba9 commit 3cc7ffd

4 files changed

Lines changed: 23 additions & 9 deletions

File tree

docs/sql-operations-studio/download.md

Lines changed: 16 additions & 6 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: "11/17/2017"
5+
ms.date: "11/29/2017"
66
ms.prod: "sql-non-specified"
77
ms.reviewer: "alayu; erickang; sstein"
88
ms.suite: "sql"
@@ -45,11 +45,21 @@ ms.workload: "Inactive"
4545
```
4646

4747
> [!NOTE]
48-
> On Ubuntu and Redhat, you may have a missing dependency for libXScrnSaver. Use the following commands to install this dependency:
49-
>
50-
>Ubuntu: **sudo apt-get install libxss1**
51-
>
52-
>Redhat: **yum install libXScrnSaver**
48+
> On Ubuntu and Redhat, you may have missing dependencies. Use the following commands to install these dependencies depending on your version of Linux:
49+
50+
**Ubuntu:**
51+
```bash
52+
sudo apt-get install libxss1
53+
54+
sudo apt-get install libgconf-2-4
55+
56+
sudo apt-get install libunwind8
57+
```
58+
59+
**Redhat:**
60+
```bash
61+
yum install libXScrnSaver
62+
```
5363

5464
## Uninstall [!INCLUDE[name-sos](../includes/name-sos-short.md)]
5565

17.5 KB
Loading

docs/sql-server/partner-dev-sql-server.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ For support developing SQL Server database solutions, choose from a wide variety
2929
| Partner | Description | Links |
3030
| --- | --- | --- |
3131
|![idera][1] |**IDERA**<br>Rapid SQL is an intelligent SQL integrated development environment empowering database developers and database administrators to create high-performing SQL code on all major database platforms including SQL Server from a single interface.<br><br>[System requirements][idera_requirements]|<!--[Marketplace][idera_marketplace]<br>-->[Website][idera_website]<br>[Twitter][idera_twitter]<br>[Video][idera_youtube] |
32-
32+
|![click2cloud][2] |**Click2Cloud Inc.**<br>Click2Cloud Inc. enables developer community with the flexibility in choosing programming languages, frameworks and services with use of proper toolset. Using Click2Cloud’s toolkit, developers can create ‘SQL on Linux’ containers and attach it to an application, while still enabling the secure, multi-tenant architecture. The containers can be independently deployed on any cloud based container platform.|[Marketplace][click2cloud_marketplace]<br>[Website][click2cloud_website]<br>[Twitter][click2cloud_twitter]<br>[Video][click2cloud_youtube] |
3333
## Next steps
3434
To learn more about some of our other partners, see [High availability, and disaster recovery partners][hadr_partners], [management partners][management_partners], and [monitoring partners][monitor_partners].
3535

3636
<!--Image references-->
3737
[1]: ./media/partner-hadr-sql-server/idera_logo.png
38-
38+
[2]: ./media/partner-hadr-sql-server/click2cloud_logo.png
3939

4040
<!--Article links-->
4141
[hadr_partners]: ./partner-hadr-sql-server.md
@@ -45,22 +45,25 @@ To learn more about some of our other partners, see [High availability, and disa
4545
<!--Website links -->
4646

4747
[idera_website]:https://www.idera.com/rapid-sql-ide
48-
48+
[click2cloud_website]:https://www.click2cloud.net
4949
<!--Get Started Links-->
5050

5151
<!--Datasheet Links-->
5252

5353
<!--Marketplace Links -->
5454
<!----Not available[idera_marketplace]:https://azure.microsoft.com/en-us/marketplace/-->
55+
[click2cloud_marketplace]:https://marketplace.visualstudio.com/items?itemName=Click2CloudInc.Click2CloudDockerExtensionforVisualStudio
5556

5657
<!--Press links-->
5758
<!--[idera_press]:-->
5859

5960
<!--YouTube links-->
6061
[idera_youtube]:https://www.idera.com/resourcecentral/videos/rapid-sql-overview
62+
[click2cloud_youtube]:https://www.youtube.com/channel/UCjVgly_5QMuNZQh2I2FkHQQ
6163

6264
<!--Twitter links-->
6365
[idera_twitter]:https://twitter.com/Idera_Software
66+
[click2cloud_twitter]:https://twitter.com/click2cloudinc
6467

6568
<!--Supported Systems-->
6669
[idera_requirements]:https://www.idera.com/rapid-sql-ide/systemrequirements

docs/t-sql/statements/create-external-table-transact-sql.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ CREATE EXTERNAL TABLE [ database_name . [ schema_name ] . | schema_name. ] table
293293
- CREATE TABLE and DROP TABLE
294294

295295
- CREATE STATISTICS and DROP STATISTICS
296+
Note: CREATE and DROP STATISTICS on external tables are not supported in Azure SQL Database.
296297

297298
- CREATE VIEW and DROP VIEW
298299

0 commit comments

Comments
 (0)