存储过程与SQL的结合使用
摘要:
--1调用存储过程exec 存储过程名 参数openrowset方法使用:select * from openrowset('sqlncli', 'server=192.168.247.64;uid=sa;pwd=123;', 'exec dbo.process ''参数值''') as tmp;-... 阅读全文
posted @ 2014-06-26 16:35 由来已久 阅读(244) 评论(0) 推荐(0)
posted @ 2014-06-26 16:35 由来已久 阅读(244) 评论(0) 推荐(0)