摘要: USE <database_name>GO -- Truncate the log by changing the database recovery model to SIMPLE.ALTER DATABASE <database_name>SET RECOVERY SIMPLE;GO -- Sh 阅读全文
posted @ 2024-07-24 10:45 zhaoguanhao 阅读(14) 评论(0) 推荐(0)