Skip to content

Commit f6cf58a

Browse files
authored
Merge pull request #20104 from MicrosoftDocs/master
8/30 PM Publish
2 parents 9fc4eb9 + 3eeacc8 commit f6cf58a

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

docs/big-data-cluster/release-notes-cumulative-update-12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ SQL Server Big Data Clusters CU12 was tested on the following environment combin
2323

2424
| Container OS | Kubernetes API | Runtime | Data Storage | Log Storage |
2525
| ------------ | ------- | ------- | ------------ | ----------- |
26-
| CU12 | Ubuntu 20.04 LTS | 1.20 | containerd 1.4.3<br/>docker 20.10.2<br/>CRI-O 1.20.0 | Block only | Block only |
26+
| Ubuntu 20.04 LTS | 1.20 | containerd 1.4.3<br/>docker 20.10.2<br/>CRI-O 1.20.0 | Block only | Block only |
2727

2828
Reference Architecture White Papers for SQL Server Big Data Clusters can be found on the following pages:
2929

docs/reporting-services/browser-support-for-reporting-services-and-power-view.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Browser Support for Reporting Services and Power View | Microsoft Docs"
33
description: Learn about what browser versions are supported for managing and viewing SQL Server Reporting Services, the ReportViewer Controls and Power View.
4-
ms.date: 01/28/2021
4+
ms.date: 08/30/2021
55
ms.prod: reporting-services
66
ms.prod_service: "reporting-services-native"
77
ms.technology: reporting-services
@@ -30,6 +30,9 @@ Learn about what browser versions are supported for managing and viewing SQL Ser
3030
> [!NOTE]
3131
> Reporting Services integration with SharePoint is no longer available after SQL Server 2016.
3232
33+
> [!NOTE]
34+
> Support for the Microsoft Edge Legacy browser stopped beginning March 9, 2021, and support for Microsoft Internet Explorer 11 stopped beginning August 17, 2021.
35+
3336
## Browser requirements for the web portal
3437

3538
The following is the current list of browsers supported for the web portal.

docs/t-sql/statements/backup-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ Beginning with [!INCLUDE[ssSQL11](../../includes/sssql11-md.md)], the `PASSWORD`
790790

791791
BACKUP DATABASE and BACKUP LOG permissions default to members of the **sysadmin** fixed server role and the **db_owner** and **db_backupoperator** fixed database roles.
792792

793-
Ownership and permission problems on the backup device's physical file can interfere with a backup operation. [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] must be able to read and write to the device; the account under which the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] service runs must have write permissions. However, [sp_addumpdevice](../../relational-databases/system-stored-procedures/sp-addumpdevice-transact-sql.md), which adds an entry for a backup device in the system tables, does not check file access permissions. Such problems on the backup device's physical file may not appear until the physical resource is accessed when the backup or restore is attempted.
793+
Ownership and permission problems on the backup device's physical file can interfere with a backup operation. Ensure SQL Server startup account needs to have read and write permissions to the backup device and the folder where the backup files are written to. However, [sp_addumpdevice](../../relational-databases/system-stored-procedures/sp-addumpdevice-transact-sql.md), which adds an entry for a backup device in the system tables, does not check file access permissions. Such problems on the backup device's physical file may not appear until the physical resource is accessed when the backup or restore is attempted.
794794

795795
## <a name="examples"></a> Examples
796796

0 commit comments

Comments
 (0)