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

Commit 6cfd6f3

Browse files
Merge pull request #30248 from markingmyname/valid
[Build validation] fix broken links
2 parents 83da29c + e47b1d3 commit 6cfd6f3

3 files changed

Lines changed: 13 additions & 14 deletions

File tree

docs/big-data-cluster/sparklyr-from-RStudio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Sparklyr provides an R interface for Apache Spark. Sparklyr is a popular way for
2727

2828
Install and configure **RStudio Desktop** with the following steps:
2929

30-
1. If you are running on a Windows client, [download and install R 3.6.3](https://cran.rstudio.com/bin/windows/base/old/3.6.3). Also, [download and install RTools 3.5](https://cran.r-project.org/bin/windows/Rtools/history.html). Make sure to configure RTools binary folder on your PATH environment variable.
30+
1. If you are running on a Windows client, [download and install R 3.6.3](https://cran.r-project.org/bin/windows/base/old/). Also, [download and install RTools 3.5](https://cran.r-project.org/bin/windows/Rtools/history.html). Make sure to configure RTools binary folder on your PATH environment variable.
3131

3232
> [!WARNING]
3333
> R version 4.x and sparklyr versions other that the one specified below are verified not to work as of SQL Server Big Data Clusters CU13.

docs/relational-databases/backup-restore/sql-server-backup-and-restore-with-s3-compatible-object-storage.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ms.topic: conceptual
1010
storage: Learn about SQL Server backup to and restore from S3-compatible object storage, including the benefits of using S3-compatible object storage to store SQL Server backups.
1111
monikerRange: ">=sql-server-ver16||>=sql-server-linux-ver16"
1212
---
13+
1314
# SQL Server backup and restore with S3-compatible object storage
1415

1516
[!INCLUDE [SQL Server 2022](../../includes/applies-to-version/sqlserver2022.md)]
@@ -18,13 +19,13 @@ This article introduces the concepts, requirements, and components necessary to
1819

1920
## Overview
2021

21-
[!INCLUDE[sssql22-md](../../includes/sssql22-md.md)] introduces object storage integration to the data platform, enabling you to integrate SQL Server with S3-compatible object storage in addition to Azure Storage. To provide this integration SQL Server has been enhanced with a new S3 connector, which uses the S3 REST API to connect to any provider of S3-compatible object storage. [!INCLUDE[sssql22-md](../../includes/sssql22-md.md)] extends the existing BACKUP/RESTORE TO/FROM URL syntax by adding support for the new S3 connector using the REST API. For information on supported platforms, see [providers of S3-compatible object storage](#providers-of-s3-compatible-object-storage).
22+
[!INCLUDE[sssql22-md](../../includes/sssql22-md.md)] introduces object storage integration to the data platform, enabling you to integrate SQL Server with S3-compatible object storage in addition to Azure Storage. To provide this integration SQL Server is enhanced with a new S3 connector, which uses the S3 REST API to connect to any provider of S3-compatible object storage. [!INCLUDE[sssql22-md](../../includes/sssql22-md.md)] extends the existing BACKUP/RESTORE TO/FROM URL syntax by adding support for the new S3 connector using the REST API. For information on supported platforms, see [providers of S3-compatible object storage](#providers-of-s3-compatible-object-storage).
2223

23-
This article contains information on using Backup to URL for S3-compatible object storage. To learn more about using Backup to URL for S3-compatible object storage, see [SQL Server backup to URL for S3-compatible object storage](sql-server-backup-to-url-s3-compatible-object-storage.md).
24+
This article contains information on using Backup to URL for S3-compatible object storage. To learn more about using Backup to URL for S3-compatible object storage, see [SQL Server backup to URL for S3-compatible object storage](sql-server-backup-to-url-s3-compatible-object-storage.md).
2425

2526
### Backup and Restore to S3-compatible storage
2627

27-
The `BACKUP TO URL` and `RESTORE FROM URL` syntax has been extended to support the S3 connector. For more information on Backup to URL functionality, see:
28+
The `BACKUP TO URL` and `RESTORE FROM URL` syntax is extended to support the S3 connector. For more information on Backup to URL functionality, see:
2829

2930
- [SQL Server backup to URL for S3-compatible object storage](sql-server-backup-to-url-s3-compatible-object-storage.md).
3031
- [BACKUP (Transact-SQL)](../../t-sql/statements/backup-transact-sql.md)
@@ -37,7 +38,7 @@ There are many providers of S3-compatible object storage in the market today. Ob
3738

3839
The following table provides a nonexhaustive summary of object storage providers offering an S3 endpoint as part of their solution. Not all solutions have been validated against the current version of [!INCLUDE [sssql22-md](../../includes/sssql22-md.md)].
3940

40-
| **Vendor (alphabetical)** | **Offering** |
41+
| **Vendor (alphabetical)** | **Offering** |
4142
|---------------------------------|------------------------------------------|
4243
| [AWS][aws_webs] | AWS Simple Cloud Storage (S3) |
4344
| [Ceph][ceph_webs] | Ceph |
@@ -57,9 +58,9 @@ The following table provides a nonexhaustive summary of object storage providers
5758

5859
The S3 endpoint must have been configured as follows:
5960

60-
- TLS has been configured. It is assumed that all connections will be securely transmitted over HTTPS not HTTP. SQL Server requires the certificate for this scenario.
61-
- A user (Access Key ID) has been configured and the secret (Secret Key ID) for that user is known to you. You need both to authenticate against the S3 endpoint.
62-
- At least one bucket has been configured. Buckets can't be created or configured inside [!INCLUDE[sssql22-md](../../includes/sssql22-md.md)].
61+
- TLS is configured. It's assumed that all connections will be securely transmitted over HTTPS not HTTP. SQL Server requires the certificate for this scenario.
62+
- A user (Access Key ID) is configured and the secret (Secret Key ID) for that user is known to you. You need both to authenticate against the S3 endpoint.
63+
- At least one bucket is configured. Buckets can't be created or configured inside [!INCLUDE[sssql22-md](../../includes/sssql22-md.md)].
6364

6465
## Performance best practices
6566

@@ -69,7 +70,7 @@ By using S3 parts in [!INCLUDE[sssql22-md](../../includes/sssql22-md.md)], you c
6970

7071
## Known issues and limitations
7172

72-
Due to the current limitation of S3 Standard REST API, the temporary uncommitted data files are not removed in case of failures. They can be created in the S3-compatible object store due to an ongoing multipart upload operation while the BACKUP T-SQL command is running. These uncommitted data blocks persist in the S3-compatible object storage in the case the BACKUP T-SQL command fails or is canceled. If the backup succeeds, the object store automatically removes these temporary files to form the final backup file. Some S3-providers handle temporary file cleanup through their garbage collector system.
73+
Due to the current limitation of S3 Standard REST API, the temporary uncommitted data files aren't removed if there are failures. They can be created in the S3-compatible object store due to an ongoing multipart upload operation while the BACKUP T-SQL command is running. These uncommitted data blocks persist in the S3-compatible object storage in the case the BACKUP T-SQL command fails or is canceled. If the backup succeeds, the object store automatically removes these temporary files to form the final backup file. Some S3-providers handle temporary file cleanup through their garbage collector system.
7374

7475
## Related content
7576

@@ -97,9 +98,9 @@ Due to the current limitation of S3 Standard REST API, the temporary uncommitted
9798
[dell_sheet]: https://www.delltechnologies.com/asset/products/storage/briefs-summaries/dell_emc_ecs_solution_overview.pdf
9899
[dell_webs]: https://www.delltechnologies.com/storage/ecs/index.htm
99100

100-
[hitachi_docs]: https://knowledge.hitachivantara.com/Documents/Storage/HCP_for_Cloud_Scale/2.3.x/Administration/01_Getting_started
101-
[hitachi_sheet]: https://www.hitachivantara.com/pdf/white-paper/content-platform-architecture-fundamentals-whitepaper.pdf
102-
[hitachi_webs]: https://www.hitachivantara.com/en-us/products/storage/object-storage/content-platform.html
101+
[hitachi_docs]: https://docs.hitachivantara.com/
102+
[hitachi_sheet]: https://docs.hitachivantara.com/
103+
[hitachi_webs]: https://docs.hitachivantara.com/
103104

104105
[hpe_docs]: https://docs.datafabric.hpe.com/62/MapRObjectStore/s3-gateway.html
105106
[hpe_sheet]: https://www.hpe.com/us/en/collaterals/collateral.a50001592enw.html

docs/ssdt/previous-releases-of-sql-server-data-tools-ssdt-and-ssdt-bi.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ This **SSDT for Visual Studio 2017** release can be installed in the following l
9494

9595
[Chinese (Simplified)](https://go.microsoft.com/fwlink/?linkid=2124319&clcid=0x804) | [Chinese (Traditional)](https://go.microsoft.com/fwlink/?linkid=2124319&clcid=0x404) | [English (United States)](https://go.microsoft.com/fwlink/?linkid=2124319&clcid=0x409) | [French](https://go.microsoft.com/fwlink/?linkid=2124319&clcid=0x40c) | [German](https://go.microsoft.com/fwlink/?linkid=2124319&clcid=0x407) | [Italian](https://go.microsoft.com/fwlink/?linkid=2124319&clcid=0x410) | [Japanese](https://go.microsoft.com/fwlink/?linkid=2124319&clcid=0x411) | [Korean](https://go.microsoft.com/fwlink/?linkid=2124319&clcid=0x412) | [Portuguese (Brazil)](https://go.microsoft.com/fwlink/?linkid=2124319&clcid=0x416) | [Russian](https://go.microsoft.com/fwlink/?linkid=2124319&clcid=0x419) | [Spanish](https://go.microsoft.com/fwlink/?linkid=2124319&clcid=0x40a)
9696

97-
9897
### System requirements
9998

10099
SSDT for Visual Studio 2017 has the same [system requirements](/visualstudio/productinfo/vs2017-system-requirements-vs) as Visual Studio.
@@ -187,7 +186,6 @@ For available options, run `SSDT-Setup-ENU.exe /help`
187186
188187
### Release notes
189188
190-
191189
#### 15.9.10,  SSDT for VS 2017
192190
193191
_Released:_   April 6, 2022

0 commit comments

Comments
 (0)