Viewing 15 posts - 2,851 through 2,865 (of 7,484 total)
Happy thanksgiving everyone.
I knew it was a "humour" question, so didn't read it properly at first -- didn't look at the code) so didn't notice the dateadd....
November 28, 2013 at 7:13 am
Stewart "Arturius" Campbell (11/27/2013)
Had to research, even found Kimberly Tripp's blogs on this topic (8 Steps to better Transaction Log throughput
November 27, 2013 at 8:20 am
In SQL 2012 the fractions are between 0 and 9 in Latin1_General_CI_AS but not in SQL_Latin1_General_CP1_CI_AS. It's the same in SQL 2008 R2, and unless my memory is broken...
November 27, 2013 at 7:59 am
Good question. I learnt something.
I picked 4, which was wrong, because I have neve seen fewer than 4. I guess I've never worked with a database that started...
November 27, 2013 at 6:33 am
ScottPletcher (11/26/2013)
Luis Cazares (11/26/2013)
Here are 2 options to perform your calculation:
SELECT ABS(DATEPART( dayofyear, CutoffDate) - DATEPART( dayofyear, GETDATE())),ABS(DATEDIFF( day, DATEADD( year, DATEDIFF( year, CutOffDate, GETDATE()), CutOffDate), GETDATE()))
FROM #Temp
I don't think...
November 26, 2013 at 4:44 pm
Luis Cazares (11/26/2013)
The...
November 26, 2013 at 4:38 pm
Any or all of those things (except just stay a DBA for ever). I don't believe in specialising too much. Once a DBA has become a capable generalist...
November 26, 2013 at 4:33 pm
David.Poole (10/31/2013)
People needed a low cost alternative to Oracle, SQL...
November 26, 2013 at 4:13 pm
Presumably each of these things turns up more than once, otherwise there are 300+columns in a table which only has one row. But you haven't yet defined what...
November 26, 2013 at 1:03 pm
Ed Wagner (11/26/2013)
opc.three (11/26/2013)
Ed Wagner (11/26/2013)
TimeTable
Tally
Stick
November 26, 2013 at 6:25 am
Rune Bivrin (11/26/2013)
November 26, 2013 at 6:22 am
Good question, and nice explanation.
Too many people still fall for the claims that Soundex is a phonetic algorithm for indexing by sound and that it's based on American English pronunciation,...
November 26, 2013 at 6:08 am
Revenant (11/25/2013)
Oh my, we have a forked distribution over here. Are we switching to Linux? :w00t:
Maybe we're just playing at snakes. DBA speak with forked tongue and write with...
November 25, 2013 at 12:57 pm
Revenant (11/25/2013)
Hugo Kornelis (11/19/2013)
November 25, 2013 at 12:48 pm
Viewing 15 posts - 2,851 through 2,865 (of 7,484 total)