Viewing 15 posts - 76 through 90 (of 129 total)
Hi Jo.
I have seen that really large data sets dont get rendered right. Probably some limit in google visualisation?
October 28, 2016 at 10:58 am
This is a real timesaver, thanks for sharing 🙂
October 25, 2016 at 9:25 am
I stand corrected 🙂
Thx for the heads-up, and yes that line should have been commented out, since it is intended to be an option.
/***************************************************************************************
This script returns a (graphical) timeline for...
February 29, 2016 at 12:07 am
And here is the latest multi day version with the correct case this time (thx to alpinetrout)
/***************************************************************************************
This script returns a (graphical) timeline for all SQL jobs using google graph
****************************************************************************************
Version: ...
February 22, 2016 at 3:49 am
Good article,
But i have read several articles by i.e. Paul Randal en Jonathan Keyhayas that just taking 300 sec for PLE is no longer a good rule of thumb. This...
December 14, 2015 at 4:44 am
I have the same intermittent error when trying to to get to Win32_PerfRawData_PerfDisk_LogicalDisk
SET @output = ''
exec @OA_create_err=sp_OACreate 'WbemScripting.SWbemLocator', @WmiServiceLocator OUTPUT, 5
if @OA_create_err <> 0
begin
EXEC @OA_GetErrorInfo_err = sp_OAGetErrorInfo @WmiServiceLocator, @source...
December 8, 2015 at 6:45 am
If you scroll back a few pages in this thread, you will see that The Wizard Of Oz has posted a SQL 2000 version 🙂
September 18, 2015 at 10:04 am
@robert.sterbal 56890
Sure! The more the merrier 🙂
Also check out the graphical version using google graph and DBmail
September 18, 2015 at 1:41 am
I left it intentionally, so you can use it as a basis for filtering 🙂
September 18, 2015 at 1:40 am
And again a new version based on some feedback by the community"
A multi day version of the script (1 timeline per 24 hours, stacked on top of each other)
Download link:...
August 8, 2015 at 3:36 am
Good idea, i'll tweak my script so it generates one graph per day if you specify a date range > 1 day.
Grtz,t
July 29, 2015 at 6:31 am
Bedankt Martijn 🙂
What do you mean, like averaging runtimes per job over a week/month?
July 29, 2015 at 12:03 am
Nice description of a not so obvious performance pitfall, i'm adding this gem to my list of things to scan for when debugging slow code. 🙂
Grtz,
Theo
July 28, 2015 at 3:14 pm
Nice Article!
I'm defnitly trying this technique 🙂
Grtz,
Theo
July 28, 2015 at 3:06 pm
Hi Guys,
A tip based on feedback of bmergen77, do *not* use apostrophs ' in JOB names, that breaks the script and you end up with an unrenderable HTML.
Grtz,
Theo
July 28, 2015 at 2:59 pm
Viewing 15 posts - 76 through 90 (of 129 total)