执行存储过程的多种写法

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
原文地址:https://www.cnblogs.com/RChen/p/121006.html