清空文件

有时候删除sql文件数据删除不掉,需要先清空文件

DBCC SHRINKFILE (Test1data, EMPTYFILE);

posted on 2016-02-26 09:53  编程007  阅读(115)  评论(0编辑  收藏  举报