欢迎投稿

今日深度:

SQL2005数据库收缩日志文件,sql2005日志文件

SQL2005数据库收缩日志文件,sql2005日志文件


dump transaction sqlname with no_log;
backup log sqlnamewith no_log;
dbcc shrinkfile(2);

www.htsjk.Com true http://www.htsjk.com/shujukunews/7626.html NewsArticle SQL2005数据库收缩日志文件,sql2005日志文件 dump transaction sqlname with no_log; backup log sqlnamewith no_log; dbcc shrinkfile(2);...
相关文章
    暂无相关文章
评论暂时关闭