Viewing 15 posts - 931 through 945 (of 3,348 total)
If they need to run sequentially, create a single job with 10 jobsteps.
If they need to run at the same time, create 10 jobs.
February 4, 2016 at 1:07 pm
From the Books Online documentation for the DATEPART function:
"When datepart is week (wk, ww) or weekday (dw), the return value depends on the value that is set by using SET...
February 4, 2016 at 12:51 pm
You got your solution, but I like to explain why your solution failed.
The LEFT JOIN you used (in itself, without the selection on date) will produce at least one row...
February 4, 2016 at 12:48 pm
A backup is not intended as a tool for export. It is a tool for disaster recovery.
There is no way to exclude specific tables from a backup, unless you planned...
February 4, 2016 at 12:44 pm
Is the problem reproducable?
Have you checked if any blocking was going on during the second execution?
February 4, 2016 at 12:40 pm
alex_fajardo2002 (2/3/2016)
Hugo Kornelis (2/3/2016)
"How do I do this...
February 4, 2016 at 12:37 pm
Create a table for storing the results.
For each stored procedure you want to time, add a variable @StartTime (or choose any other name, especially if this name is already used...
February 4, 2016 at 12:33 pm
Steve Jones - SSC Editor (2/4/2016)
February 4, 2016 at 12:19 pm
Raxter (2/3/2016)
February 3, 2016 at 1:00 pm
Luis Cazares (2/3/2016)
Hugo Kornelis (2/3/2016)
Then I recalled that the connect option at server level is actually called CONNECT SQL, not just...
February 3, 2016 at 8:48 am
sc-w (2/3/2016)
February 3, 2016 at 8:42 am
Chris addressed the question in the title. I'll address the question in the body, whether this is a good idea. Usually it isn't, but sometimes it is the least of...
February 3, 2016 at 8:36 am
That's a lot of sample data. But I guess I should not complain, too much is better than none at all and at least you posted scripts that worked immediately,...
February 3, 2016 at 7:43 am
Oh, I know how to fix it, no worries.
But far too often I just start with a copy/paste of the string I am searching for before I realise that there's...
February 3, 2016 at 7:12 am
John Mitchell-245523 (2/3/2016)
Having said that, I don't understand why you're getting a result for that fourth stored procedure.
My guess is that the comments in that procedure contain a sentence such...
February 3, 2016 at 6:33 am
Viewing 15 posts - 931 through 945 (of 3,348 total)