会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Practice makes better
Any fool can write code that computer can understand. Good programmers write codes that humans can understand.
博客园
首页
新随笔
联系
订阅
管理
2014年5月28日
sql server日志不能shrink或truncate
摘要: Backup log [dbxxx] with truncate_onlysql server 2008之后不支持此操作,需要改为:BACKUP LOG dbxxx TO DISK='NUL:'如果提示数据库没有备份,则可以先做一个差异化备份。再执行上面的语句,又提示:The log was not...
阅读全文
posted @ 2014-05-28 10:06 margiex
阅读(682)
评论(0)
推荐(0)
公告