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

Commit f016442

Browse files
committed
Merge branch 'release-data-studio' of https://github.com/MicrosoftDocs/sql-docs-pr into newads
2 parents c4542d0 + 7706977 commit f016442

7 files changed

Lines changed: 46 additions & 40 deletions

File tree

docs/azure-data-studio/download-azure-data-studio.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.topic: conceptual
77
author: yualan
88
ms.author: alayu
99
ms.custom: seodec18
10-
ms.date: 4/27/2020
10+
ms.date: 4/30/2020
1111
ms.reviewer: maghan, sstein
1212
---
1313

@@ -22,9 +22,9 @@ Download and install the latest release:
2222
2323
|Platform|Download|Release date| Version |
2424
|:---|:---|:---|:---|
25-
| Windows | [User Installer (recommended)](https://go.microsoft.com/fwlink/?linkid=2127556)<br>[System Installer](https://go.microsoft.com/fwlink/?linkid=2127555)<br>[.zip](https://go.microsoft.com/fwlink/?linkid=2127476) | April 27, 2020 | 1.17.0 |
26-
| macOS | [.zip](https://go.microsoft.com/fwlink/?linkid=2127554) | April 27, 2020 | 1.17.0 |
27-
| Linux | [.deb](https://go.microsoft.com/fwlink/?linkid=2127551)<br>[.rpm](https://go.microsoft.com/fwlink/?linkid=2127552)<br>[.tar.gz](https://go.microsoft.com/fwlink/?linkid=2127553) | April 27, 2020| 1.17.0 |
25+
| Windows | [User Installer (recommended)](https://go.microsoft.com/fwlink/?linkid=2127556)<br>[System Installer](https://go.microsoft.com/fwlink/?linkid=2127555)<br>[.zip](https://go.microsoft.com/fwlink/?linkid=2127476) | April 30, 2020 | 1.17.1 |
26+
| macOS | [.zip](https://go.microsoft.com/fwlink/?linkid=2127554) | April 30, 2020 | 1.17.1 |
27+
| Linux | [.deb](https://go.microsoft.com/fwlink/?linkid=2127551)<br>[.rpm](https://go.microsoft.com/fwlink/?linkid=2127552)<br>[.tar.gz](https://go.microsoft.com/fwlink/?linkid=2127553) | April 30, 2020| 1.17.1 |
2828

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

docs/azure-data-studio/notebooks-kqlmagic.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 04/27/2020
1313

1414
# Kqlmagic extension in Azure Data Studio
1515

16-
**Kqlmagic** is a command that extends the capabilities of the Python kernel in **[Azure Data Studio notebooks](notebooks-guidance.md)**. You can combine Python and Kusto query language (KQL) to query and visualize data using rich Plot.ly library integrated with `render` commands. Kqlmagic brings you the benefit of notebooks, data analysis, and rich Python capabilities all in the same location. Supported data sources with Kqlmagic include **[Azure Data Explorer](https://docs.microsoft.com/azure/data-explorer/data-explorer-overview)**, **[Application Insights](https://docs.microsoft.com/azure/azure-monitor/app/app-insights-overview)**, and **[Azure Monitor logs](https://docs.microsoft.com/azure/azure-monitor/platform/data-platform-logs)**.
16+
**Kqlmagic** is a command that extends the capabilities of the Python kernel in **[Azure Data Studio notebooks](notebooks-guidance.md)**. You can combine Python and **[Kusto query language (KQL)](https://docs.microsoft.com/azure/data-explorer/kusto/query)** to query and visualize data using rich Plot.ly library integrated with `render` commands. Kqlmagic brings you the benefit of notebooks, data analysis, and rich Python capabilities all in the same location. Supported data sources with Kqlmagic include **[Azure Data Explorer](https://docs.microsoft.com/azure/data-explorer/data-explorer-overview)**, **[Application Insights](https://docs.microsoft.com/azure/azure-monitor/app/app-insights-overview)**, and **[Azure Monitor logs](https://docs.microsoft.com/azure/azure-monitor/platform/data-platform-logs)**.
1717

1818
This article shows you how to create and run a notebook in Azure Data Studio using the Kqlmagic extension for an Azure Data Explorer cluster, an Application Insights log, and Azure Monitor logs.
1919

@@ -248,4 +248,4 @@ Learn more about notebooks and Kqlmagic:
248248
- [Kqlmagic](https://pypi.org/project/Kqlmagic/)
249249
- [KustoMagicSamples](https://notebooks.azure.com/RknDzgn/projects/KustoMagicSamples/html/Getting%20Started%20with%20Kqlmagic%20on%20Azure%20Data%20Explorer-Copy.ipynb)
250250
- [How to use notebooks](notebooks-guidance.md)
251-
- [How to manage notebooks in Azure Data Studio](notebooks-manage-sql-server.md)
251+
- [How to manage notebooks in Azure Data Studio](notebooks-manage-sql-server.md)

docs/azure-data-studio/release-notes-azure-data-studio.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,24 @@ author: yualan
88
ms.author: alayu
99
ms.reviewer: maghan, sstein
1010
ms.custom: seodec18
11-
ms.date: 04/27/2020
11+
ms.date: 04/30/2020
1212
---
1313

1414
# Release notes for Azure Data Studio
1515

1616
**[Download and install the latest release!](download.md)**
1717

18+
## April 2020 (hotfix)
19+
20+
April 30, 2020 &nbsp; / &nbsp; version: 1.17.1
21+
22+
&nbsp;
23+
24+
| Change | Details |
25+
| :----- | :------ |
26+
| Fix bug #10197 Can't connect via MFA | [#10197](https://github.com/microsoft/azuredatastudio/issues/10197) |
27+
| &nbsp; | &nbsp; |
28+
1829
## April 2020
1930

2031
April 27, 2020 &nbsp; / &nbsp; version: 1.17.0

docs/machine-learning/tutorials/r-tutorial-create-models-per-partition.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to model, train, and use partitioned data that is created
44
ms.prod: sql
55
ms.technology: machine-learning
66

7-
ms.date: 11/06/2019
7+
ms.date: 04/30/2020
88
ms.topic: tutorial
99
ms.author: davidph
1010
author: dphansen
@@ -41,6 +41,8 @@ To complete this tutorial, you must have the following:
4141

4242
+ SQL Server 2019 database engine instance, with Machine Learning Services and R integration.
4343

44+
+ The tutorial uses [loopback connection to SQL Server from an R script over ODBC](../connect/loopback-connection.md]. Therefore, you need to [create a login for SQLRUserGroup](../security/create-a-login-for-sqlrusergroup.md).
45+
4446
Check version by executing **`SELECT @@Version`** as a T-SQL query in a query tool.
4547

4648
Check availability of R packages by returning a well-formatted list of all R packages currently installed with your database engine instance:

docs/t-sql/language-reference.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Transact-SQL Reference (Database Engine) | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "04/03/2017"
4+
ms.date: "04/29/2020"
55
ms.prod: sql
66
ms.reviewer: ""
77
ms.technology: t-sql
@@ -19,25 +19,23 @@ monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-s
1919
# Transact-SQL Reference (Database Engine)
2020
[!INCLUDE[tsql-appliesto-ss2008-all-md](../includes/tsql-appliesto-ss2008-all-md.md)]
2121

22-
This topic gives the basics about how to find and use the Microsoft Transact-SQL (T-SQL) reference topics. T-SQL is central to using Microsoft SQL products and services. All tools and applications that communicate with a SQL database do so by sending T-SQL commands.
22+
This topic gives the basics about how to find and use the Microsoft [!INCLUDE[tsql](../includes/tsql-md.md)] (T-SQL) reference topics. T-SQL is central to using Microsoft SQL products and services. All tools and applications that communicate with a SQL database do so by sending T-SQL commands.
2323

24-
## Tools that use T-SQL
24+
## T-SQL compliance to SQL Standard
25+
For detailed technical documents about how certain standards are implemented in [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)], see the [Microsoft SQL Server Standards Support documentation](https://docs.microsoft.com/openspecs/sql_standards/ms-sqlstandlp/89fb00b1-4b9e-4296-92ce-a2b3f7ca01d2).
2526

27+
## Tools that use T-SQL
2628
Some of the Microsoft tools that issue T-SQL commands are:
2729

2830
- [SQL Server Management Studio (SSMS)](../ssms/download-sql-server-management-studio-ssms.md)
2931
- [SQL Server Data Tools (SSDT)](../ssdt/download-sql-server-data-tools-ssdt.md)
3032
- [sqlcmd](../tools/sqlcmd-utility.md)
3133
- [Azure Data Studio](../azure-data-studio/what-is.md)
3234

33-
3435
## Locate the Transact-SQL reference topics
35-
3636
To find T-SQL topics, use search at the top right of this page, or use the table of contents on the left side of the page. You can also type a T-SQL key word in the Management Studio Query Editor window, and press F1.
3737

38-
3938
## Find system views
40-
4139
To find the system tables, views, functions, and procedures, see these links which are in the [Using relational databases](../relational-databases/database-features.md) section of the SQL documentation.
4240

4341
- [System catalog Views](../relational-databases/system-catalog-views/catalog-views-transact-sql.md)
@@ -48,7 +46,6 @@ To find the system tables, views, functions, and procedures, see these links whi
4846
- [System stored procedures](../relational-databases/system-stored-procedures/system-stored-procedures-transact-sql.md)
4947
- [System tables](../relational-databases/system-tables/system-tables-transact-sql.md)
5048

51-
5249
## "Applies to" references
5350
The T-SQL reference topics encompass multiple versions of SQL Server, starting with 2008, as well as the other Azure SQL services. Near the top of each topic is a section that indicates which products and services support subject of the topic.
5451

@@ -60,25 +57,20 @@ Another example, the following label indicates a topic that applies only to Azur
6057

6158
[!INCLUDE[tsql-appliesto-xxxxxx-xxxx-asdw-pdw_md](../includes/tsql-appliesto-xxxxxx-xxxx-asdw-pdw-md.md)]
6259

63-
6460
In some cases, the topic is used by a product or service, but all of the arguments are not supported. In this case, additional **Applies to** sections are inserted into the appropriate argument descriptions in the body of the topic.
6561

6662
## Get help from the MSDN forum
67-
68-
For online help, see the [MSDN Transact-SQL Forum](https://social.msdn.microsoft.com/Forums/en-US/home?forum=transactsql).
63+
For online help, see the [MSDN Transact-SQL Forum](https://social.msdn.microsoft.com/Forums/home).
6964

7065
## See other language references
71-
7266
The SQL docs include these other language references:
7367

7468
- [XQuery Language Reference](../xquery/xquery-language-reference-sql-server.md)
7569
- [Integration Services Language Reference](../integration-services/integration-services-language-reference.md)
7670
- [Replication Language Reference](../relational-databases/replication/replication-language-reference.md)
7771
- [Analysis Services Language Reference](../mdx/analysis-services-language-reference.md)
7872

79-
8073
## Next steps
81-
8274
Now that you understand how to find the T-SQL reference topics, you are ready to:
8375

8476
- Work through a short tutorial about how to write T-SQL, see [Tutorial: Writing Transact-SQL Statements](../t-sql/tutorial-writing-transact-sql-statements.md).

docs/t-sql/queries/readtext-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ READTEXT permissions default to users that have SELECT permissions on the specif
6767
The following example reads the second through 26th characters of the `pr_info` column in the `pub_info` table.
6868

6969
> [!NOTE]
70-
> To run this example, you must install the **pubs** sample database.
70+
> To run this example, you must install the [**pubs**](https://github.com/microsoft/sql-server-samples/tree/master/samples/databases) sample database.
7171
7272
```
7373
USE pubs;

docs/t-sql/statements/copy-into-transact-sql.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: COPY INTO (Transact-SQL) (preview)
33
titleSuffix: (SQL Data Warehouse) - SQL Server
44
description: Use the COPY statement in Azure SQL Data Warehouse for loading from external storage accounts.
5-
ms.date: 04/24/2020
5+
ms.date: 04/30/2020
66
ms.prod: sql
77
ms.prod_service: "database-engine, sql-data-warehouse"
88
ms.reviewer: jrasnick
@@ -135,30 +135,31 @@ Multiple file locations can only be specified from the same storage account and
135135
When authenticating using AAD or to a public storage account, CREDENTIAL does not need to be specified.
136136

137137
- Authenticating with Shared Access Signatures (SAS)
138-
*IDENTITY: A constant with a value of ‘Shared Access Signature’*
139-
*SECRET: The* [*shared access signature*](/azure/storage/common/storage-sas-overview) *provides delegated access to resources in your storage account.*
140-
Minimum permissions required: READ and LIST
141-
138+
139+
- *IDENTITY: A constant with a value of ‘Shared Access Signature’*
140+
- *SECRET: The* [*shared access signature*](/azure/storage/common/storage-sas-overview) *provides delegated access to resources in your storage account.*
141+
- Minimum permissions required: READ and LIST
142+
142143
- Authenticating with [*Service Principals*](/azure/sql-data-warehouse/sql-data-warehouse-load-from-azure-data-lake-store#create-a-credential)
143144

144-
*IDENTITY: <ClientID>@<OAuth_2.0_Token_EndPoint>*
145-
*SECRET: AAD Application Service Principal key*
146-
Minimum RBAC roles required: Storage blob data contributor, Storage blob data contributor, Storage blob data owner, or Storage blob data reader
147-
148-
> [!NOTE]
149-
> Use the OAuth 2.0 token endpoint **V1**
145+
- *IDENTITY: <ClientID>@<OAuth_2.0_Token_EndPoint>*
146+
- *SECRET: AAD Application Service Principal key*
147+
- Minimum RBAC roles required: Storage blob data contributor, Storage blob data contributor, Storage blob data owner, or Storage blob data reader
150148

151149
- Authenticating with Storage account key
152-
*IDENTITY: A constant with a value of ‘Storage Account Key’*
153-
*SECRET: Storage account key*
150+
151+
- *IDENTITY: A constant with a value of ‘Storage Account Key’*
152+
- *SECRET: Storage account key*
154153

155154
- Authenticating with [Managed Identity](/azure/sql-data-warehouse/load-data-from-azure-blob-storage-using-polybase#authenticate-using-managed-identities-to-load-optional) (VNet Service Endpoints)
156-
*IDENTITY: A constant with a value of ‘Managed Identity’*
157-
Minimum RBAC roles required: Storage blob data contributor, Storage blob data owner, or Storage blob data reader for the AAD registered SQL Database server
155+
156+
- *IDENTITY: A constant with a value of ‘Managed Identity’*
157+
- Minimum RBAC roles required: Storage blob data contributor or Storage blob data owner for the AAD registered SQL Database server
158158

159159
- Authenticating with an AAD user
160-
*CREDENTIAL is not required*
161-
Minimum RBAC roles required: Storage blob data contributor, Storage blob data owner, or Storage blob data reader for the AAD user
160+
161+
- *CREDENTIAL is not required*
162+
- Minimum RBAC roles required: Storage blob data contributor or Storage blob data owner for the AAD user
162163

163164
*ERRORFILE = Directory Location*</br>
164165
*ERRORFILE* only applies to CSV. Specifies the directory within the COPY statement where the rejected rows and the corresponding error file should be written. The full path from the storage account can be specified or the path relative to the container can be specified. If the specified path doesn't exist, one will be created on your behalf. A child directory is created with the name "_rejectedrows". The "_" character ensures that the directory is escaped for other data processing unless explicitly named in the location parameter.

0 commit comments

Comments
 (0)