SQL解决代码方法
use tempdb
select * from tempdb.dbo.sysfiles
dump
transaction tempdb with no_log
dbcc shrinkfile ('templog',1)
select
* from tempdb.dbo.sysfiles
SQL解决代码方法
use tempdb
select * from tempdb.dbo.sysfiles
dump
transaction tempdb with no_log
dbcc shrinkfile ('templog',1)
select
* from tempdb.dbo.sysfiles