摘要:
backup database rawz_ol to disk='e:\rawz_ol.bak'--备份数据库select 'truncate table ' + name +'; -- select * from '+ name from sysobjects where xtype ='u'--删除所有表 阅读全文
摘要:
--------------------------------------------------------------类(包含有事件)的定义/// /// 开始事件 /// public class StartEventArgs:EventArgs { private int total; private string str_msg; public i... 阅读全文