Viewing 15 posts - 2,371 through 2,385 (of 2,838 total)
WayneS (11/1/2010)
If your job is scheduled to run, say, every 15 minutes. When it runs @ 1:45 (the first time), it gets set to...
November 1, 2010 at 2:31 pm
george sibbald (11/1/2010)
Stefan Krzywicki (11/1/2010)
George, where are you that you've already had...
November 1, 2010 at 2:30 pm
WayneS (11/1/2010)
Stefan Krzywicki (11/1/2010)
November 1, 2010 at 2:30 pm
jcrawf02 (11/1/2010)
Tom.Thomson (11/1/2010)
November 1, 2010 at 12:48 pm
Alvin Ramard (11/1/2010)
Stefan Krzywicki (11/1/2010)
George, where are you that you've already had...
November 1, 2010 at 12:34 pm
Thank you both for the helpful information. Now I can go on vacation this weekend without worrying. : -)
George, where are you that you've already had daylight savings?
November 1, 2010 at 12:12 pm
I was torn about whether to post this question here or in the forums, but settled on the forums because it might help other people too. Still, it is a...
November 1, 2010 at 11:31 am
Have you had any previous versions of SQL Server installed on this machine that have since been removed?
November 1, 2010 at 11:02 am
Thanks for all the work Gail, that's a lot of help you've provided.
November 1, 2010 at 8:31 am
mbender (10/29/2010)
October 29, 2010 at 12:00 pm
Lynn Pettis (10/29/2010)
October 29, 2010 at 8:59 am
I didn't have any data to run it against, but this is the kind of look you're shooting for.
CREATE PROCEDURE YourProcedureName
-- Add the parameters for the stored procedure here
@MonthDate date
@Office...
October 29, 2010 at 8:19 am
WayneS (10/28/2010)
Stefan Krzywicki (10/28/2010)
Roy Ernest (10/28/2010)
October 28, 2010 at 7:52 pm
Roy Ernest (10/28/2010)
You also...
October 28, 2010 at 7:38 pm
Craig Farrell (10/28/2010)
CREATE TRIGGER trg_Celko ON vw_SSC_PostList FOR AFTER INSERT
AS
-- Go read the documents, inline comments are for sissies.
IF EXISTS (SELECT...
October 28, 2010 at 6:07 pm
Viewing 15 posts - 2,371 through 2,385 (of 2,838 total)