Viewing 15 posts - 46 through 60 (of 78 total)
July 21, 2017 at 5:08 am
Well, I don't have 40 years... but I certainly agree with many of these points. Particularly those about documentation (or more accurately, the total lack of it) and error handling.
July 21, 2017 at 4:34 am
For those that care about the assumption of integer compared to a floating point column definition, try this:
DECLARE @LineItem TABLE
(
LineItemKey INTEGER NOT NULL...
July 17, 2017 at 10:14 am
Part of the question is:
I am trying to write a query that will give me the final price.
Responses that the calculation are incorrect, and even good ways...
July 17, 2017 at 9:58 am
July 17, 2017 at 3:16 am
While it's good that there are standards around SQL, otherwise we'd be living in a complete hell of vendor specific nonsense (much more than we are), there are two problems....
June 28, 2017 at 2:49 am
The current question...
June 26, 2017 at 11:01 am
June 16, 2017 at 3:06 am
June 15, 2017 at 2:04 am
Strange... I was looking for the obvious answer that the data was missing a comma after the row Anderson.
June 15, 2017 at 12:22 am
Marvellous. I now feel a strange need to start putting my last name as NULL in all the tedious places that I'm required to enter personal details for no benefit...
June 9, 2017 at 3:44 am
When writing or reviewing code I prefer dark themes. Experience has shown that there's much less eye strain this way on an emissive screen and it's one of the first...
June 2, 2017 at 3:11 am
March 29, 2017 at 6:26 am
Or more commonly "the shortcut you least expected and now can't remember how to undo this because you're trying to find the output format in the View menu and not...
March 28, 2017 at 2:12 am
Viewing 15 posts - 46 through 60 (of 78 total)