Viewing 15 posts - 16 through 30 (of 36 total)
Success !! (well, I'm about 99% sure I have found success, I still have some further testing to do, on 'real' data)
Amazing what a weekend away from a problem can...
October 30, 2011 at 6:31 pm
Version 2. getting warmer.
I now have a handle on how the code in the other article works.
So I made a few changes to the test data, and tried again.
/*
-- create...
October 28, 2011 at 2:19 am
I'm not going to judge the merits of the problem. But I am going to point out a small but important thing that I see crop up frequently:
'[' +...
October 25, 2011 at 1:02 pm
mtassin (4/18/2011)
Make a table....
.
.
INSERT the daylight savings start and stop times plus the offset to use.
.
.
.
Now JOIN to this table
.
.
.
Of course if you operate in more than one country (or...
April 18, 2011 at 3:25 pm
David Portas (11/5/2010)
November 5, 2010 at 5:02 pm
I don't understand why any discussion about surrogate vs natural keys always degenerates into an idealogical 'flame-war'. At least this particular thread has remained fairly tame.
So a further 2c...
What we're...
November 4, 2010 at 3:07 pm
My 2c on the general arguments of 'surrogate' vs. 'natural' keys.
a quick resume:
I have formal (university) training in database design, and I understand relational and normalisation theory.
I'm (currently) a small-time...
October 25, 2010 at 6:09 pm
Hugo Kornelis (10/25/2010)
October 25, 2010 at 5:34 pm
nicholasw (2/10/2010)
Instead of:IF EXISTS(SELECT 1 FROM ......WHERE....)
Would the following be quicker still?
IF EXISTS(SELECT TOP 1 1 FROM ......WHERE....)
No, and it doesn't really make sense - TOP implies 'importance' i.e. TOP...
February 10, 2010 at 1:40 am
Not that I want to encourage bad habits, but I seem to recall a discussion (I thought it was here @ SQL Server Central, but I can't find it) regarding...
February 10, 2010 at 12:21 am
Jeff Moden (9/28/2009)
September 29, 2009 at 7:30 am
probably slightly off topic, but this reminds me of a job I did some years ago where the client was only interested in years and weeks - a fresh produce...
September 28, 2009 at 5:03 pm
For me, I've never used Enterprise Manager on a machine once I've installed the full SSMS from SQL 2005 or SQL 2008; SSMS has everything I've ever needed from Enterprise...
August 21, 2009 at 6:40 pm
I really don't have a strong opinion on how to store IP addresses, since I've yet to be asked to do so for any of my clients (thankfully).
But nonetheless I...
August 19, 2009 at 7:08 pm
Thanks for that.
Don't know why I never thought of this before, coming from a VMS background, where clustering systems is an (almost) trivial task that we took for granted because,...
June 17, 2009 at 5:25 am
Viewing 15 posts - 16 through 30 (of 36 total)