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

Commit 3ad154b

Browse files
authored
Update enable-compression-on-a-table-or-index.md
1 parent bcb512d commit 3ad154b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/relational-databases/data-compression/enable-compression-on-a-table-or-index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ This article describes how to enable [data compression](../../relational-databas
201201

202202
### SQL Server
203203

204-
In SQL Server, run `sp_estimate_data_compression_savings` and then enable compression on the table or index. See the following sections.
204+
In [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], run `sp_estimate_data_compression_savings` and then enable compression on the table or index. See the following sections.
205205

206206
#### To enable compression on a table
207207

@@ -249,7 +249,7 @@ In SQL Server, run `sp_estimate_data_compression_savings` and then enable compre
249249

250250
### On Azure SQL Database
251251

252-
Azure SQL Database does not support the `sp_estimate_data_compression_savings` stored procedure. The following scripts enable compression without estimating the compression amount.
252+
[!INCLUDE[ssSDSfull](../../includes/sssdsfull-md.md)] does not support the `sp_estimate_data_compression_savings` stored procedure. The following scripts enable compression without estimating the compression amount.
253253

254254
#### To enable compression on a table
255255

0 commit comments

Comments
 (0)