|
|
 | | From: | =?Utf-8?B?bm90dXM=?= | | Subject: | =?Utf-8?B?5bu656uL5a2Y5YKo6L+H56iL55qE6Zeu6aKY?= | | Date: | Sun, 9 Jan 2005 05:45:01 -0800 |
|
|
 | string sql="create proc sd as print 'x' ;create proc ss as print 'y'"; //string sql="create proc sd as print 'x' go create proc ss as print 'y'"; SqlCommand Command = new SqlCommand(sql,conn); Command.Connection.Open(); Command.ExecuteNonQuery(); 上面两个都不可以,请问怎样才可以连续建立sp 因为我想做一个安装程序,想吧数据库和sp一起装到目标计算机,可是到sp这里卡住了,请高手解答 -- let us walk together,so as not lose our way
|
|
|