Viewing 15 posts - 16 through 30 (of 30 total)
Although I can't take credit for the code, I inherited it from a previous DBA.
July 22, 2010 at 2:15 pm
Yes there is. I use a trigger on the msdb.dbo.sysjobhistory to look for non-zero return codes and e-mail from there.
USE [msdb]
GO
/****** Object: Trigger [dbo].[checkForJobFail] Script...
July 22, 2010 at 2:14 pm
Thank you very much, This was exactly what I was looking for.
June 24, 2010 at 7:29 am
MVP Todd McDermid gave me the answer to my problem:
Have you tried setting DelayValidation to true for the Connection Manager and Data Flow Task?
That resolved my problem.
Thank you for all...
March 30, 2010 at 12:06 pm
Showing my ignorance here, but where do I look to verify/change that?
March 30, 2010 at 11:05 am
Never mind. I had never seen the TargetServersRole in MSDB security, that seems to have resolved my issue.
Thank you,
Dep
March 9, 2010 at 6:40 am
I would agree with that, except that it persists through reboot and I have masked that CPU so SQL doesn't use it.
January 27, 2010 at 10:49 am
That's what I would love to figure out. I have masked SQL to not use that CPU. Task manager shows the system 99% idle, but the last CPU...
January 25, 2010 at 9:57 am
This may be way out of left field, but are you backing up to a different disk? If so, is the allocation unit size the same or similar on...
April 8, 2009 at 8:45 pm
Did you ever resolve this issue? If so, what was the resolution?
Thanks,
February 19, 2009 at 11:49 am
Restarting the SQL agent has solved the problem.
February 25, 2008 at 5:30 am
Tried that it didn't work. Here is our latest theory. The SQL Server agent was started before the account that runs the SQL server Agent was given access...
February 22, 2008 at 1:20 pm
The owner of the DTS Job or the owner of the scheduled task?
The owner of the DTS job is the user who created it. The owner of the Scheduled...
February 22, 2008 at 12:44 pm
Load xpsmtp80.dll file on database server to configure smtp mail extended stored procedure. Copy xpsmtp80.dll to C:\Program Files\Microsoft SQL Server\MSSQL\Binn
Next, run the following statement in Query Analyzer on the...
December 19, 2007 at 2:23 pm
I could not follow what you are wanting if the credit value is 0 but other than that I played with it for a while and came up with this:
Create...
November 29, 2007 at 1:12 pm
Viewing 15 posts - 16 through 30 (of 30 total)