use master

go

alter database FDAYSRealShop set recovery simple with no_wait

go

alter database FDAYSRealShop set recovery simple

go

use FDAYSRealShop

go

 DBCC SHRINKFILE (N'FDAYSRealShop_Log' , 1, TRUNCATEONLY)

 go

 

 USE master

go

alter database FDAYSRealShop set recovery simple with no_wait

go

alter database FDAYSRealShop set recovery simple

go

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-26
  • 2021-06-18
  • 2022-12-23
  • 2021-07-08
  • 2022-02-10
  • 2022-12-23
猜你喜欢
  • 2021-04-11
  • 2021-08-16
  • 2021-11-08
  • 2021-09-11
  • 2021-07-05
  • 2022-01-27
相关资源
相似解决方案