Viewing 15 posts - 106 through 120 (of 172 total)
eric.muller (7/26/2013)
Could you share that query? I'd be curious to see it!Cheers,
EJM
Sure, here it is:
select 'exec sp_start_job @job_name = ''' + cast(j.name as varchar(40)) + ''''
from msdb.dbo.sysjobs j ...
August 1, 2013 at 6:52 am
Have a look at this.
Here is a another option that I have personally used for migrating from 2005 to 2008 R2
http://thandor.net/article/28 -Look for the RSScripter.zip...
August 1, 2013 at 6:50 am
Did you try using something like REPLACE(REPLACE(YourField,CHAR(10),''),CHAR(13),'')
to modify the field from within the report query?
August 1, 2013 at 6:43 am
Thanks for sharing! I do something similar but send a failure report instead. I then have a query that grabs the failed jobs, which I then copy and...
July 26, 2013 at 6:56 am
I'm not seeing an attachment.
What is the failure message saying? What is the dba looking at that suggests this one report is taking all the cpu?
July 26, 2013 at 6:51 am
Will it be start date, end date and effective date or start date and end date OR effective date?
July 26, 2013 at 6:37 am
If you have a field in the header, make sure its size is as wide as the report. If it ends in the middle of one of the report...
July 18, 2013 at 8:42 am
Viewing 15 posts - 106 through 120 (of 172 total)