Viewing 15 posts - 91 through 105 (of 206 total)
With 18 million rows, and not narrow ones at that, you'd have to expect...
September 27, 2018 at 8:10 am
I'm interested in why the question asks for the result from
SELECT
*
FROM dbo.UserConfig AS uc
rather than
SELECT
*
FROM dbo.UserConfig...
September 25, 2018 at 5:19 am
September 11, 2018 at 3:09 am
September 11, 2018 at 2:48 am
September 11, 2018 at 1:02 am
Semantically there is a huge difference! The requirement to activate something that logically should...
July 10, 2018 at 2:21 am
July 10, 2018 at 1:26 am
July 9, 2018 at 6:58 am
The easy way to handle it is to use the trick from the...
July 9, 2018 at 6:34 am
I'm enjoying this topic but there's a world of difference between an academic discussion about whether NULL is a good or bad idea (cf.Hoare, Codd) and what developers do with...
July 6, 2018 at 1:17 pm
July 6, 2018 at 7:02 am
July 6, 2018 at 4:08 am
Romac - Friday, July 6, 2018 3:44 AMLOL! But "pointless" aliasing is very very useful when using intellisense in (eg) SSMS!
True, if...
July 6, 2018 at 3:47 am
Viewing 15 posts - 91 through 105 (of 206 total)