 |
Because my notebook computer broke down, and now i can not use the chinese input method. I just have several suggestions on the quesiton:
1.if you truncate the entire SYSLOG, then the SQL Server will break down;
2. try to use the WITH NO LOG option when you dump the log;
3.use alterdatabase and sp_logdevice to extend the log device;
4.if you set the trunc. log on checkpt, then dump is not permit.
taxs 的意见:
dbcc checkdb(YourDb) OK
此问题由孙斌回答。
附加关键字:编程, 源程序, programming, source code, 其他语言, asm, vba, vbscript, 数据库, database, query。
|