积极答复者
数据库 'Community' 的日志已满。请备份该数据库的事务日志以释放一些日志空间

问题
答案
-
Community_Data 1 D:\...\Community_Data.MDF PRIMARY 892672 KB Unlimited 10% data only
Community_Log 2 D:\...\Community_Log.LDF NULL 4334144 KB Unlimited 10% log onlyCommunity 5104.31 MB host\username 9 05 15 2011 Status=ONLINE, Updateability=READ_WRITE, UserAccess=MULTI_USER, Recovery=FULL, Version=539, Collation=Chinese_PRC_CI_AS, SQLSortOrder=0, IsTornPageDetectionEnabled, IsAutoCreateStatistics, IsAutoUpdateStatistics 80
alter database Community set recovery simple
dbcc shrinkfile(2,64)
如果日志对你很重要,你需要backup log ..之后再dbcc shrinkfile log.- 已标记为答案 NewJoin 2011年11月28日 9:16
全部回复
-
Community_Data 1 D:\...\Community_Data.MDF PRIMARY 892672 KB Unlimited 10% data only
Community_Log 2 D:\...\Community_Log.LDF NULL 4334144 KB Unlimited 10% log onlyCommunity 5104.31 MB host\username 9 05 15 2011 Status=ONLINE, Updateability=READ_WRITE, UserAccess=MULTI_USER, Recovery=FULL, Version=539, Collation=Chinese_PRC_CI_AS, SQLSortOrder=0, IsTornPageDetectionEnabled, IsAutoCreateStatistics, IsAutoUpdateStatistics 80
开心了就笑,不开心了就过会儿再笑 -
Community_Data 1 D:\...\Community_Data.MDF PRIMARY 892672 KB Unlimited 10% data only
Community_Log 2 D:\...\Community_Log.LDF NULL 4334144 KB Unlimited 10% log onlyCommunity 5104.31 MB host\username 9 05 15 2011 Status=ONLINE, Updateability=READ_WRITE, UserAccess=MULTI_USER, Recovery=FULL, Version=539, Collation=Chinese_PRC_CI_AS, SQLSortOrder=0, IsTornPageDetectionEnabled, IsAutoCreateStatistics, IsAutoUpdateStatistics 80
alter database Community set recovery simple
dbcc shrinkfile(2,64)
如果日志对你很重要,你需要backup log ..之后再dbcc shrinkfile log.- 已标记为答案 NewJoin 2011年11月28日 9:16