摘要: Declare @tblConnectedUsers Table ( SPID int ) Declare @vcSQLText varchar(200), @iSPID int --Get the currently connected users Insert into @tblC... 阅读全文
posted @ 2009-03-25 10:44 helloworld22 阅读(331) 评论(0) 推荐(0) 编辑