Skip to content

Commit 4839c83

Browse files
Fixed links
1 parent 89070fa commit 4839c83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-sql/database/file-space-manage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Understanding the following storage space quantities are important for managing
112112
|**Data max size**|The maximum amount of data space that can be used by the elastic pool for all of its databases.|The space allocated for the elastic pool should not exceed the elastic pool max size. If this condition occurs, then space allocated that is unused can be reclaimed by shrinking database data files.|
113113

114114
> [!NOTE]
115-
> The error message "The elastic pool has reached its storage limit" indicates that the database objects have been allocated enough space to meet the elastic pool storage limit, but there may be unused space in the data space allocation. Consider increasing the elastic pool's storage limit, or as a short-term solution, freeing up data space using the [Reclaim unused allocated space](#reclaim-unused-allocated-space) section below. You should also be aware of the potential negative performance impact of shrinking database files, see [Index maintenance after shrink](#index-maintenance-after-shrink) section below.
115+
> The error message "The elastic pool has reached its storage limit" indicates that the database objects have been allocated enough space to meet the elastic pool storage limit, but there may be unused space in the data space allocation. Consider increasing the elastic pool's storage limit, or as a short-term solution, freeing up data space using the [Reclaim unused allocated space](#reclaim-unused-allocated-space) section below. You should also be aware of the potential negative performance impact of shrinking database files, see [Index maintenance after shrink](#rebuild-indexes) section below.
116116
117117
## Query an elastic pool for storage space information
118118

@@ -195,7 +195,7 @@ ORDER BY end_time DESC;
195195
> [!IMPORTANT]
196196
> Shrink commands impact database performance while running, and if possible should be run during periods of low usage.
197197
198-
### <a name="#shrinking-data-files"></a>Shrink data files
198+
### <a name="shrinking-data-files"></a>Shrink data files
199199

200200
Because of a potential impact to database performance, Azure SQL Database does not automatically shrink data files. However, customers may shrink data files via self-service at a time of their choosing. This should not be a regularly scheduled operation, but rather, a one-time event in response to a major reduction in data file used space consumption.
201201

@@ -241,7 +241,7 @@ DBCC SHRINKFILE ('data_0', TRUNCATEONLY);
241241
GO
242242
```
243243

244-
Be aware of the potential negative performance impact of shrinking database files, see the [Index maintenance after shrink](#index-maintenance-after-shrink) section below.
244+
Be aware of the potential negative performance impact of shrinking database files, see the [Index maintenance after shrink](#rebuild-indexes) section below.
245245

246246
### Shrinking transaction log file
247247

0 commit comments

Comments
 (0)