Viewing 15 posts - 436 through 450 (of 6,036 total)
Grant and Jason, can you point to that thing in the execution plan which suggests there is at least one nested view in the picture?
_____________
Code for TallyGenerator
January 18, 2019 at 7:19 pm
_____________
Code for TallyGenerator
January 18, 2019 at 12:33 am
Another case where the function does not do what I'd expect it to do:
DECLARE @Text NVARCHAR(max), @Delimiter NVARCHAR (10), @Quote NCHAR (1)
DECLARE @rc INT...
_____________
Code for TallyGenerator
December 28, 2018 at 4:23 pm
2 important points.
The holiday table in the article misses a crucial column:
RuleID, or PatternID, or SetID, or TypeID, or whatever name you use to define different patterns of holidays.
Even...
_____________
Code for TallyGenerator
December 27, 2018 at 5:07 am
There is a little problem with "quoted split" function (the one I spotted so far) - it does not handle "spaces only" strings well.
It returns NULLs instead. Even even empty...
_____________
Code for TallyGenerator
December 26, 2018 at 6:13 pm
_____________
Code for TallyGenerator
December 26, 2018 at 6:10 pm
Hey, Google, what was that I was about to google?
_____________
Code for TallyGenerator
December 7, 2018 at 1:59 pm
_____________
Code for TallyGenerator
December 2, 2018 at 6:02 am
_____________
Code for TallyGenerator
December 1, 2018 at 7:13 pm
_____________
Code for TallyGenerator
December 1, 2018 at 8:23 am
I gave an example in the post above.
Recognising buyer names in suppliers' data feeds.
If done wrong - invoices generated for wrong customers, processed according to inappropriate rules in a wrong...
_____________
Code for TallyGenerator
November 26, 2018 at 12:47 pm
_____________
Code for TallyGenerator
November 26, 2018 at 7:05 am
_____________
Code for TallyGenerator
November 26, 2018 at 6:43 am
Must be a fascinating technical thing which is absolutely useless for actual users.
May be even worse - damaging for real life applications.
In no way I'm critisizing the...
_____________
Code for TallyGenerator
November 25, 2018 at 6:16 pm
select replace ( replace( STR(38, 14,4), '.', ''), ' ', '0')
select replace ( replace( STR(56.78, 14,4), '.', ''), ' ', '0')
_____________
Code for TallyGenerator
November 13, 2018 at 5:26 am
Viewing 15 posts - 436 through 450 (of 6,036 total)