Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
hnomani
Starting Member
35 Posts |
Posted - 2001-09-05 : 17:56:26
|
| Hello,Does anyone know how to execute two stored procedures simultaneously? E.g.Exec AExec BWhenever I do this in a script, procedure A executes first and only after the successful completion of procedure A, procedure B executes. Is there a way I can execute both procedures simultaneously without waiting for the successful completion of the other in a single script?We are using SQL Server 2000 on Windows 2000.ThanksHaseeb |
|
|
|
|
|