Viewing 15 posts - 31 through 45 (of 230 total)
Dearie me!
Reading the exact same doccumentation pointed out in the reference, I deduced that the result should be 'x' for the single char column, and 'xxxx' for the longer column,...
December 3, 2021 at 7:53 am
Yeah, I think I'll sit this one out for a bit...
October 15, 2021 at 7:46 am
Ooops!
This isn't the first time I've accidentally clicked on the "Featured Script" link instead of the "Question of the Day" link. And to add to my confusion, I misread "Can...
July 12, 2021 at 3:12 pm
You know, I kind of prefer the kinds of questions where there is a way to answer the question 😀
July 12, 2021 at 8:05 am
Well, this doesn't make sense. If 'radix' sort is named the fastest method for vectors of integers, and this is the method selected for those when 'auto' is specified, then...
April 14, 2021 at 6:34 am
Interesting.
How I parsed this is :
March 18, 2021 at 7:46 am
As far as I can tell, there are actually two correct answers to this one. Both
LEAD(currMonthSales) OVER (ORDER BY saleyear DESC, salemonth DESC) AS prevSales
and
February 16, 2021 at 7:30 am
I'm sorry, but I just don't understand what is being asked here.
November 10, 2020 at 10:02 am
Doh!
Didn't spot the start at 1 condition. More coffee!
November 4, 2020 at 1:21 pm
Yep. I think this stems from the how the original character wasn't an actual question mark, but rather an extended character, which the font used to present the question couldn't...
November 3, 2020 at 7:46 am
Also, for SQL Server 2019, you should use ALTER SERVER CONFIGURATION SET PROCESS AFFINITY CPU=;
The sp_configure option will be deprecated.
October 19, 2020 at 7:29 am
Do you have a short example or suggestion of when data profiling can withstand a per element tolerance of +/- 2 percent other than polls?
Quite honestly, I can't be...
June 1, 2020 at 6:48 pm
Good question to showcase a new feature!
From a BI/DS perspective, this is potentially very useful for data profiling.
June 1, 2020 at 9:11 am
Had to take a wild guess here, as Unit_Cost doesn't seem to be available in the data frame...
May 27, 2020 at 7:21 am
Viewing 15 posts - 31 through 45 (of 230 total)