Viewing 15 posts - 31 through 45 (of 64 total)
I recall back in my engineering school days we always used 365.25 to account for leap year.
SQLOzzie
April 9, 2018 at 6:05 am
So here are my final scripts, since no one seems to ever post the 'final' result
SQL Agent Jobs where you are not configured to receive email
March 2, 2018 at 7:09 am
Ok - Playing around I can see that
SELECT *
FROM msdb.dbo.sysalerts
WHERE has_Notification = 0
lists all of the alerts with no coverage. What is the JOIN to...
March 1, 2018 at 2:59 pm
December 18, 2017 at 11:20 am
Phil,
What utility do you use to get those cool cutouts of the SQL code?
Great article - I stole a few chunks for my own data dictionary.
March 23, 2017 at 11:31 am
Not a single response?
October 14, 2016 at 9:55 am
Wouldn't that work in 2400 - not 4000? Divisible by 4 but not 400?
June 21, 2016 at 6:46 am
Luis,
That was exactly what I needed. Once I completed the second SQL - I was good to go. I guess when I had tried that technique myself I had implemented...
June 17, 2015 at 11:07 am
Phil,
Are you referring to a task like the one described here?
http://stackoverflow.com/questions/19521920/ssis-data-transformation-rows-to-COLUMNS
Thanks for the assist,
Doug
June 17, 2015 at 6:38 am
Well, every time I hit Column7 with a value of S, I know I have a row. This was a simplification of the data - I do have an AccountID.
What...
June 16, 2015 at 4:32 pm
I've had the same error generating a massive execution plan - so intellisense would tie in.
The client is still 32 bit?
Doug
January 7, 2015 at 8:07 am
Thanks Gail, I'll give it a go.
Best,
Doug
August 27, 2014 at 6:42 pm
Great article.
Aligns perfectly with your SQL Saturday Presentation 2 days ago - awesome contributions to the cause!
Doug
June 9, 2014 at 1:37 pm
Guys,
Those were great suggestions.
I solved it in a different way - which I will post - thanks for all of examples.
We are on 2008R ourselves, we are hopefully going right...
January 30, 2014 at 5:24 pm
Viewing 15 posts - 31 through 45 (of 64 total)