I think I would use "Accepted Answer" instead of "Real" (or correct). That would imply the other answers are fake (or wrong), which may not be the case.
Wait, I think I understand now. In the second query, >8:01 is what I actually want since it was currently 9:01. FirstDate is stored in UTC but my client is automatically adjusting, so it works when I compare it to UTC. The local value for "OnlyAfterThisDate" isn't adjusted when displayed.
I'm not sure I'm verbalizing it correctly, but I think I do understand now.
This might better explain what I'm seeing or not understanding:
SELECT DATEADD(hh, -1, GETDATE()) as OnlyAfterThisDate, MIN(TimeCreated) as FirstDate, MAX(TimeCreated) as LastDate FROM ens.messageheader WHERE TimeCreated > DATEADD(hh, -1, GETDATE());
SELECT DATEADD(hh, -1, GETUTCDATE()) as OnlyAfterThisDate, MIN(TimeCreated) as FirstDate, MAX(TimeCreated) as LastDate FROM ens.messageheader WHERE TimeCreated > DATEADD(hh, -1, GETUTCDATE());
go to post
Congrats Dmitry, well deserved!
go to post
Not sure why you're getting dowvoted. You are exactly right. A quick google search shows what you mean.
If you only look at "square" (justified) clouds, here are examples:
Literally none of them are sorted by size.
go to post
Agreed. All mentions of "topic" should be changed to tag.
go to post
I can only duplicate this by zooming in with my browser. Is your zoom at 100%? Have you changed your font size or anything?
go to post
It's definitely possible. Maybe the full editor didn't load?
go to post
I think I would use "Accepted Answer" instead of "Real" (or correct). That would imply the other answers are fake (or wrong), which may not be the case.
go to post
go to post
Yeah, I realized if I join this with the ens_message.header table I get the "source" and "target" configs and they differ which makes more sense.
Thanks for confirming what I'm seeing though.
go to post
Wait, I think I understand now. In the second query, >8:01 is what I actually want since it was currently 9:01. FirstDate is stored in UTC but my client is automatically adjusting, so it works when I compare it to UTC. The local value for "OnlyAfterThisDate" isn't adjusted when displayed.
I'm not sure I'm verbalizing it correctly, but I think I do understand now.
go to post
Added a new top level comment since this thread is getting tight. I'd love to see your thoughts.
go to post
This might better explain what I'm seeing or not understanding:
SELECT DATEADD(hh, -1, GETDATE()) as OnlyAfterThisDate, MIN(TimeCreated) as FirstDate, MAX(TimeCreated) as LastDate FROM ens.messageheader WHERE TimeCreated > DATEADD(hh, -1, GETDATE());
SELECT DATEADD(hh, -1, GETUTCDATE()) as OnlyAfterThisDate, MIN(TimeCreated) as FirstDate, MAX(TimeCreated) as LastDate FROM ens.messageheader WHERE TimeCreated > DATEADD(hh, -1, GETUTCDATE());
go to post
Changing my queries to GETUTCDATE() did seem to fix the issue but I still don't understand why. ¯\_(ツ)_/¯
go to post
CurrentDateLess1Min 2016-10-19 10:50:43
CurrentDate 2016-10-19 10:51:43
CurrentUTCDateLess1Min 2016-10-19 15:50:43
CurrentUTCDate 2016-10-19 15:51:43
go to post
I don't see this option in DBVisualizer.
go to post
I'm not exactly sure what you're asking, but this is the definition in the ens.messageheaderbase class:
go to post
Thanks.
go to post
I was referring to our local documentation. I can't find the reference document. Perhaps it's a version difference.
go to post
Is the "Newest" sorting issue the same cause? Or are you at least aware of it too?
go to post
I'll try to restrain myself :)
go to post
Can the search results page just have the same "view" menu as the main index? ie "Compact View"