March 10, 2010 at 3:01 am
Hi,
Have a question, when i issue a BACKUP cmd for a database and issue the sp_who cmd,
instead of showing one entry for spid = 57, why it is showing 3 entries.
Why can't it show's only 1 entry in the output.
This is not the case of BACKUP Command. I have also observed for other commands.
Can anyone give any specific reasons for this ??????
backup database dcdbset2
to disk = 'd:\Test_db.bak'
sp_who
--output
/*
spid ecidstatusloginnamehostnameBlkdbnamecmd
570runnable saMACHINE-1 0 Test_db BACKUP DATABASE
572runnable saMACHINE-1 0 NULL BACKUP DATABASE
571runnable saMACHINE-1 0 NULL BACKUP DATABASE
*/
Thanks in Advance.
March 10, 2010 at 3:04 am
this indicates Parallelism
ur query is going in parallel operations
this is possible when u have more than 1 CPU
Sanket Ahir
Don't run behind the success, Try to be eligible & success will run behind u......
March 11, 2010 at 2:16 am
Thank You
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply