Skip to content

Commit c2c12e7

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/sql-docs-pr into hubsql
2 parents 4beba58 + e679a12 commit c2c12e7

2 files changed

Lines changed: 28 additions & 23 deletions

File tree

docs/reporting-services/release-notes-reporting-services.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Release notes for (SSRS) 2017 and later | Microsoft Docs"
3-
ms.date: 02/18/2019
2+
title: "Release notes for Reporting Services 2017 and later | Microsoft Docs"
3+
ms.date: 12/04/2019
44
ms.prod: reporting-services
55
ms.prod_service: reporting-services-native
66
ms.technology: reporting-services
@@ -45,6 +45,18 @@ We are "standardizing" all our 'Release Notes' style articles:
4545
4646
GeneMi, DevOps = 1467988 (MsEng > TechnicalContent) , 2019/03/19
4747
-->
48+
## 14.0.600.1451 2019/11/13
49+
50+
| Fixed issue | Details |
51+
| :---------- | :------ |
52+
| Security updates |   |
53+
| Paginated reports didn't work properly with filter parameters when snapshot is enabled |   |
54+
| Users with Browser role and default settings didn't have permissions to download Excel files |   |
55+
| Upgrading to Power BI Report Server from SQL Server 2016 Reporting Services failed during upgrade |   |
56+
| After upgrading from SQL Server 2012 Reporting Services, subscriptions failed with “An invalid character was found in the mail header: ','” message |   |
57+
| Configuration tool: canceling modal windows in Database section would restart the Reporting Services service |   |
58+
| BorderStyle property expression of Textbox controls weren't rendered to Excel format |   |
59+
| Pagination issue that could get certain reports stuck with rendering the same page without ever reaching the last page of the report |   |
4860

4961
## 14.0.600.1274, 2019/07/01
5062

docs/ssms/scripting/transact-sql-syntax-supported-by-intellisense.md

Lines changed: 14 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,22 @@ author: markingmyname
1313
ms.author: maghan
1414
ms.reviewer: ""
1515
ms.custom: ""
16-
ms.date: 03/16/2017
16+
ms.date: "03/16/2017"
1717
monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017||=azuresqldb-mi-current"
1818
---
1919

2020
# Transact-SQL Syntax Supported by IntelliSense
21-
22-
[!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md](../../includes/appliesto-ss-xxxx-xxxx-xxx-md.md)]
23-
24-
This topic describes the [!INCLUDE[tsql](../../includes/tsql-md.md)] statements and syntax elements that are supported by IntelliSense in [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)].
25-
26-
## Statements Supported by IntelliSense
27-
28-
In [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)], IntelliSense supports only the most commonly used [!INCLUDE[tsql](../../includes/tsql-md.md)] statements. Some general [!INCLUDE[ssDE](../../includes/ssde-md.md)] Query Editor conditions might prevent IntelliSense from functioning. For more information, see [Troubleshooting IntelliSense (SQL Server Management Studio)](../../relational-databases/scripting/troubleshooting-intellisense.md).
29-
30-
> [!NOTE]
31-
> IntelliSense is not available for encrypted database objects, such as encrypted stored procedures or user-defined functions. Parameter help and Quick Info are not available for the parameters of extended stored procedures and CLR Integration user-defined types.
32-
33-
[!INCLUDE[ssms-old-versions](../../includes/ssms-old-versions.md)]
34-
35-
### SELECT Statement
36-
37-
The [!INCLUDE[ssDE](../../includes/ssde-md.md)] Query Editor provides IntelliSense support for the following syntax elements in the SELECT statement:
21+
[!INCLUDE[appliesto-ss-asdb-asdw-pdw-md](../../includes/appliesto-ss-asdb-asdw-pdw-md.md)]
22+
This topic describes the [!INCLUDE[tsql](../../includes/tsql-md.md)] statements and syntax elements that are supported by IntelliSense in [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)].
23+
24+
## Statements Supported by IntelliSense
25+
In [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)], IntelliSense supports only the most commonly used [!INCLUDE[tsql](../../includes/tsql-md.md)] statements. Some general [!INCLUDE[ssDE](../../includes/ssde-md.md)] Query Editor conditions might prevent IntelliSense from functioning. For more information, see [Troubleshooting IntelliSense (SQL Server Management Studio)](../../relational-databases/scripting/troubleshooting-intellisense.md).
26+
27+
> [!NOTE]
28+
> IntelliSense is not available for encrypted database objects, such as encrypted stored procedures or user-defined functions. Parameter help and Quick Info are not available for the parameters of extended stored procedures and CLR Integration user-defined types.
29+
30+
### SELECT Statement
31+
The [!INCLUDE[ssDE](../../includes/ssde-md.md)] Query Editor provides IntelliSense support for the following syntax elements in the SELECT statement:
3832

3933
|||
4034
|-|-|
@@ -44,9 +38,8 @@ The [!INCLUDE[ssDE](../../includes/ssde-md.md)] Query Editor provides IntelliSen
4438
|FOR|GROUP BY|
4539
|TOP|OPTION (hint)|
4640

47-
### Additional Transact-SQL Statements That Are Supported
48-
49-
The [!INCLUDE[ssDE](../../includes/ssde-md.md)] Query Editor also provides IntelliSense support for [!INCLUDE[tsql](../../includes/tsql-md.md)] statements that are shown in the following table.
41+
### Additional Transact-SQL Statements That Are Supported
42+
The [!INCLUDE[ssDE](../../includes/ssde-md.md)] Query Editor also provides IntelliSense support for [!INCLUDE[tsql](../../includes/tsql-md.md)] statements that are shown in the following table.
5043

5144
|Transact-SQL statement|Syntax supported|Exceptions|
5245
|-----------------------------|----------------------|----------------|

0 commit comments

Comments
 (0)