--压缩数据文件 declare @i int set @i=(select top 1 fileid from sysfiles where name='学生管理系统数据文件') print @i DBCC SHRINKFILE(@i) --DBCC SHRINKFILE ( {file_name | file_id } [, target_size][, {EMPTYFILE | NOTRUNCATE | TRUNCATEONLY} ] )
111,112
社区成员
642,562
社区内容
加载中
让您成为最强悍的C#开发者
试试用AI创作助手写篇文章吧