文章分类 -  SQL Server

Standing on Shoulders of Giants
摘要://执行Sql文件 Thread.Sleep(1000); System.Diagnostics.Process pr = new System.Diagnostics.Process(); pr.StartInfo.FileName = "osql.exe"; pr.StartInfo.Arguments = string.Format(" -U... 阅读全文
posted @ 2011-06-16 16:07 微米大大 阅读(573) 评论(0) 推荐(0)