Viewing 15 posts - 1,441 through 1,455 (of 1,939 total)
Jeffrey Williams 3188 (1/2/2014)
January 3, 2014 at 7:44 am
Jeffrey Williams 3188 (1/2/2014)
January 3, 2014 at 7:41 am
JackIntheBox (1/2/2014)
Try this,It will tell you the current status and last Execution and future execution times.
USE [msdb]
sp_help_job
Thank you, that's very helpful! I've just run the sp_help_job SP in msdb...
January 2, 2014 at 12:58 pm
Bill (DBAOnTheGo) (1/2/2014)
See if the schedule type is listed as recurring, see if the Enabled...
January 2, 2014 at 11:21 am
Hi Bill,
I think it's been moved. I'm looking at it now in SSMS. The schedule is there, with the name that I gave it ("Beginning of Quarter"). It's in the...
January 2, 2014 at 10:06 am
Steve,
At the end of this podcast you mentioned again, that you'd be stopping the video podcast. Or at least cutting back on it. You also said that you'll be starting...
January 2, 2014 at 8:28 am
batgirl (12/13/2013)
December 13, 2013 at 2:53 pm
My list is very practical. I'd like an MSDN Premium Subscription. I think I may need it.
December 13, 2013 at 8:18 am
WOW, I think that was it! I didn't know that you could right-click on Database Mail to get anything. Sure enough, that's what I did and there was lots of...
November 22, 2013 at 7:41 am
Well, I've got to admit that I haven't performed a test message in a while. I just did, and the email never came to me. I even checked my junk...
November 21, 2013 at 12:50 pm
I've got a few minutes to look into this, so I took the time. This time I ran another job which I know is supposed to send out an email...
November 21, 2013 at 9:45 am
OK, I found the problem, and it wasn't with the database. Actually, running SQL Profiler, indirectly, pointed to what was wrong. As I said previously I couldn't find an INSERT...
November 19, 2013 at 2:56 pm
Hello Kevin,
I've finally had a chance to give your suggestion a try. I got SQL Profiler running, but here's what it gave me:
exec sp_executesql N'UPDATE [ASISubstanceUse] SET [ClientNumber] = @ClientNumber,
[CaseNumber]...
November 19, 2013 at 1:45 pm
We had to move SSRS to a different server.
November 19, 2013 at 9:32 am
That's great idea, liteswitch and JeremyE. I've just setup a simple job to do a SELECT '1', put a notification onto it and it will fire in 10 minutes. Will...
November 1, 2013 at 12:53 pm
Viewing 15 posts - 1,441 through 1,455 (of 1,939 total)