Click here to Skip to main content
15,904,497 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
JokeRe: Mind...Blown Pin
Richard Deeming10-Jan-14 8:35
mveRichard Deeming10-Jan-14 8:35 
GeneralRe: Mind...Blown Pin
IndifferentDisdain10-Jan-14 8:53
IndifferentDisdain10-Jan-14 8:53 
GeneralRe: Mind...Blown Pin
Ravi Bhavnani10-Jan-14 10:06
professionalRavi Bhavnani10-Jan-14 10:06 
GeneralRe: Mind...Blown Pin
IndifferentDisdain10-Jan-14 10:08
IndifferentDisdain10-Jan-14 10:08 
GeneralRe: Mind...Blown Pin
Ravi Bhavnani10-Jan-14 10:16
professionalRavi Bhavnani10-Jan-14 10:16 
AnswerRe: Mind...Blown Pin
IndifferentDisdain10-Jan-14 10:21
IndifferentDisdain10-Jan-14 10:21 
GeneralRe: Mind...Blown Pin
Ravi Bhavnani10-Jan-14 10:23
professionalRavi Bhavnani10-Jan-14 10:23 
GeneralRe: Mind...Blown Pin
_Maxxx_10-Jan-14 14:46
professional_Maxxx_10-Jan-14 14:46 
Well >= can easily be faster than = because, assuming some sort of binary tree search, as soon as a branch is encountered at the value, everything 'to the right' needs to be included as they are all >=, but with = each node needs to be checked.

Similarly, it may be that 31-10-2013 records are all more easily found because of the tree structure of the indexes (remember its not the way the data is stored but the way the indexes are stored that will make a difference)

If this sort of thing were happening on my local DB I'd be look ing at execution plans, re-building indexes and ensuring suitable indexes exist.

On SQL Azure I don't know what's available.
MVVM # - I did it My Way
___________________________________________
Man, you're a god. - walterhevedeich 26/05/2011

.\\axxx
(That's an 'M')

GeneralRe: Mind...Blown Pin
_Damian S_12-Jan-14 12:10
professional_Damian S_12-Jan-14 12:10 
GeneralWhile listening to The Who Pin
Ferd Really10-Jan-14 6:48
Ferd Really10-Jan-14 6:48 
GeneralRe: While listening to The Who Pin
DaveAuld10-Jan-14 7:19
professionalDaveAuld10-Jan-14 7:19 
General...The Eagles Pin
Ernst Iliov Stavro Blofeld10-Jan-14 8:18
Ernst Iliov Stavro Blofeld10-Jan-14 8:18 
GeneralRe: While listening to The Who Pin
OriginalGriff10-Jan-14 8:20
mveOriginalGriff10-Jan-14 8:20 
GeneralPink Floyd Pin
Mike Hankey10-Jan-14 8:23
mveMike Hankey10-Jan-14 8:23 
GeneralRe: While listening to The Who Pin
_Maxxx_10-Jan-14 14:48
professional_Maxxx_10-Jan-14 14:48 
GeneralLondon Underground map. Pin
Septimus Hedgehog10-Jan-14 5:12
Septimus Hedgehog10-Jan-14 5:12 
GeneralRule of thumb and config files PinPopular
RugbyLeague10-Jan-14 5:09
RugbyLeague10-Jan-14 5:09 
GeneralRe: Rule of thumb and config files Pin
Manfred Rudolf Bihy10-Jan-14 5:24
professionalManfred Rudolf Bihy10-Jan-14 5:24 
GeneralRe: Rule of thumb and config files Pin
RugbyLeague10-Jan-14 5:29
RugbyLeague10-Jan-14 5:29 
GeneralRe: Rule of thumb and config files Pin
Manfred Rudolf Bihy10-Jan-14 5:37
professionalManfred Rudolf Bihy10-Jan-14 5:37 
GeneralRe: Rule of thumb and config files Pin
RugbyLeague10-Jan-14 5:39
RugbyLeague10-Jan-14 5:39 
GeneralRe: Rule of thumb and config files Pin
Sentenryu10-Jan-14 7:33
Sentenryu10-Jan-14 7:33 
GeneralRe: Rule of thumb and config files Pin
RugbyLeague13-Jan-14 23:56
RugbyLeague13-Jan-14 23:56 
GeneralRe: Rule of thumb and config files Pin
Eddy Vluggen10-Jan-14 6:33
professionalEddy Vluggen10-Jan-14 6:33 
GeneralRe: Rule of thumb and config files Pin
PIEBALDconsult10-Jan-14 8:26
mvePIEBALDconsult10-Jan-14 8:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.