Shrinks the size of the data and log files in the specified database.

Transact-SQL Syntax Conventions

Syntax

DBCC SHRINKDATABASE (database_name | database_id | 0      [ ,target_percent ]      [ , { NOTRUNCATE | TRUNCATEONLY } ] ) [ WITH NO_INFOMSGS ]

相关文章:

  • 2021-07-10
  • 2021-06-06
  • 2022-01-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-14
  • 2022-01-24
猜你喜欢
  • 2022-12-23
  • 2022-02-09
  • 2022-12-23
  • 2021-11-23
  • 2021-11-12
  • 2022-12-23
  • 2021-10-10
相关资源
相似解决方案