执行存储过程的多种写法

exec test2
exec test2;1
exec test..test2
exec test.dbo.test2
exec cr.test..test2
exec cr.test.dbo.test2
exec cr.test.dbo.test2;1

posted on 2005-03-18 12:00  NeilChen  阅读(1159)  评论(2)    收藏  举报

导航