11 2018 档案

清除数据库日志方法
摘要:语法 USE DATABASENAME; GO -- Truncate the log by changing the database recovery model to SIMPLE. ALTER DATABASE DATABASENAME SET RECOVERY SIMPLE; GO -- 阅读全文

posted @ 2018-11-23 16:20 不悔的青春 阅读(433) 评论(0) 推荐(0)

导航