摘要:
/// ///备份方法 /// SqlConnection conn = new SqlConnection( "Server=.;Database=master;User ID=sa;Password=sa; "); SqlCommand cmdBK = new SqlCommand(); cmdBK.CommandType = CommandType.Text; cmdBK.Connection = conn; cmdBK.CommandText = @ "backup database test to disk= 'C:\ba ' with in 阅读全文
posted @ 2011-01-20 20:13
ColdFish_Pegasus
阅读(759)
评论(0)
推荐(0)

浙公网安备 33010602011771号