@H_404_1@我想做的事情如下:
exec sproc1 and sproc2 at the same time when they are both finished exec sproc3
我可以在dts做到这一点.
有没有办法在transact sql中做到这一点?
或者有没有办法用批处理脚本(例如vbs或powershell)来做到这一点?