Viewing 13 posts - 1 through 13 (of 13 total)
The select won't return the results to your current SSMS window. The system will run the sql statements in their seperate SPIDs. So you'll see nothing.
The typical scenarios is...
May 20, 2014 at 2:29 pm
rpfelgueiras (8/13/2013)
Do you have any information about the load that this script have on database servers?
This system itself put tiny little load to database server. The real loads come from...
March 3, 2014 at 3:39 pm
mike 57299 (2/27/2014)
This is a great function. Can you tell me if the system uses one database file for this function? I have created separate...
March 3, 2014 at 3:12 pm
Robb Melancon (5/10/2010)
May 10, 2010 at 1:04 pm
Robb Melancon (5/7/2010)
May 7, 2010 at 3:09 pm
March 24, 2010 at 8:35 pm
If you simply sp_exec in loops, notice still they (many worker spids) are all controlled by current master SPID and in theory they will all run in the same parallel...
March 24, 2010 at 4:33 pm
RBarryYoung (9/1/2009)
RBarryYoung (8/31/2009)
Where is sp_exec_init documented?Still waiting for an answer ... ?
Sorry, I haven't written a lot document yet. Do you only want to know how to call it? It's...
September 1, 2009 at 3:57 pm
brownp (9/1/2009)
September 1, 2009 at 2:20 pm
I still have the same issue after re-submitting. Please use the trick mentioned above to copy and paste the script.
Good luck!
James
September 1, 2009 at 12:25 pm
FYI --
I have re-submitted the same script "Execute T-SQL Scripts in Parallel" since I find I cannot copy and paste the code due to the Page's Unicode encoding adds...
August 31, 2009 at 5:29 pm
jbuttery (8/31/2009)
I tried what you suggested and also tried running entire script. Couldn't get either to run. Could you post another script that will?
Sorry for the inconvenience. I find the...
August 31, 2009 at 5:07 pm
Another improvement that I can think out is to implement the 2PC transaction protocol. So this tool can be even used to improve performance of distributed trancations.
August 31, 2009 at 11:14 am
Viewing 13 posts - 1 through 13 (of 13 total)