Skip to content

Commit a7ce01f

Browse files
authored
shrink file
1 parent 8bc494b commit a7ce01f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • 0_Azure/1_AzureData/1_Databases/demos/8_DBFreeingUpUnusedSpace/relational

0_Azure/1_AzureData/1_Databases/demos/8_DBFreeingUpUnusedSpace/relational/1_az-sql-mi.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,9 @@ For Azure SQL Managed Instance, consider these strategies:
256256

257257
## Shrink the Database File
258258

259+
> [!TIP]
260+
> Shrink files in parallel by opening multiple database sessions and running the `DBCC SHRINKFILE` command on each session with a different `file_id` value.
261+
259262
> Shrink the database file to reclaim unused space
260263
261264
| **Command** | **Description** | **Syntax** | **Example** |

0 commit comments

Comments
 (0)