Viewing 15 posts - 121 through 135 (of 583 total)
dcowdery (1/16/2014)
Calculate the duration between start datetime and end datetime for KPI reporting, factor in:
- Business Days only (no holidays)
- Business...
January 16, 2014 at 1:04 pm
Dennis Wagner-347763 (1/16/2014)
Thomas, I like the way you are thinking. My solution was to build a function that would use the elapsed days to do the formatting.
While...
January 16, 2014 at 10:48 am
I meant to post this earlier, but got caught up in some of the tangent. Thanks to Jeff for providing this spackle. Great job, as always.
January 16, 2014 at 10:14 am
Dennis Wagner-347763 (1/16/2014)
DATEDIFF(year, '10/16/95', '1/15/14') = 19 (but only 18...
January 16, 2014 at 9:53 am
Eirikur Eiriksson (1/16/2014)
January 16, 2014 at 7:51 am
Oliver Gugolz (1/16/2014)
Here is my simple method to format the output to a more readable format:
CAST(GETDATE() - @StartDT AS TIME(2)) AS Duration
But that only displays the fractional hours portion of...
January 16, 2014 at 7:42 am
Dennis Wagner-347763 (1/16/2014)
So often in my world, I am asked to find out who...
January 16, 2014 at 7:40 am
Stephanie J Brown (1/15/2014)
The same can be said about our profession. Some people will be craftsman level, some will "build it with jigs", and some will "just get by"....
January 16, 2014 at 7:06 am
So easy I thought it was Monday. Thanks!
And, yes, it was a bit ambiguous. But, unlike the question I cried foul on earlier this week, you didn't have to mind...
January 16, 2014 at 6:57 am
Excellent Carlo! Thanks for a great question.
January 15, 2014 at 8:31 am
We're just not, we're not craftspeople, at least not most of us. We do what we need to do at work. We get systems working just enough. We get by....
January 15, 2014 at 8:17 am
Steve Jones - SSC Editor (1/14/2014)
Fair enough. I've edited it to say T-SQL Backup command.I'll award back points since this one was iffy.
Thank you Steve!
January 14, 2014 at 8:35 am
Steve Jones - SSC Editor (1/14/2014)
There's a strategy, but it isn't backup and restore as we know it with SQL Server. You cannot run a BACKUP DATABASE command or a...
January 14, 2014 at 8:31 am
JourneyMan Jones (1/14/2014)
Don't think this question is all that great. There is a backup and restore strategy with Azure.Thumbs down on this QOTD.
Big +1. I found many refs...
January 14, 2014 at 8:27 am
Another "easy" question that still managed to teach us something. Thanks Steve!
January 13, 2014 at 7:38 am
Viewing 15 posts - 121 through 135 (of 583 total)