I'm trying to write a script to run automatically and rebuild my indexes.
But I'm kind of scared of running it.
'Cause I don't know what the server does with the command.
What happens if I have a script that sends 20 "REBUILD WITH (ONLINE=ON);" commands to the server?
Are these 20 commands executed simultaneously (parallel), creating a peak in the server (and slowing everyone else down) , or are they done seperately (serial), creating a bit of lag but not taking out the server?
My project leader won't let me run the scipt, cause he fears server timeouts. So I have to run them manually 1 at a time...
But I'm kind of scared of running it.
'Cause I don't know what the server does with the command.
What happens if I have a script that sends 20 "REBUILD WITH (ONLINE=ON);" commands to the server?
Are these 20 commands executed simultaneously (parallel), creating a peak in the server (and slowing everyone else down) , or are they done seperately (serial), creating a bit of lag but not taking out the server?
My project leader won't let me run the scipt, cause he fears server timeouts. So I have to run them manually 1 at a time...