Viewing 15 posts - 5,521 through 5,535 (of 59,072 total)
Now that's a matter of opinion. I, for one, want it to return empty or null strings for any element that exists but isn't filled. One of the things I...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 5, 2021 at 6:23 pm
Shifting gears a bit but on a similar subject... the PIVOT operator in MS Access is totally awesome. I do NOT understand why MS made such a crippled...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 3, 2021 at 10:14 pm
Shifting gears a bit but on a similar subject... the PIVOT operator in MS Access is totally awesome. I do NOT understand why MS made such a crippled version in...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 3, 2021 at 3:58 pm
As almost a sidebar, try a couple of things on your original query (posted below just so you don't have to look back.... they've worked for me in the past.
insert...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 3, 2021 at 2:06 am
My thanks to Jeff, Voldemar and Scott.
@jeff, I was thinking of getting the remote server name through some variable or a function in remote server while I missed the...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 3, 2021 at 1:55 am
Sorry, I have explained that badly. It definitely isn't a bug in SQL, but it can cause a bug in my software (if I change from ISNULL to COALESCE...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 3, 2021 at 1:46 am
ScottPletcher wrote:From what I've read, at least, the STRING_AGG performs well.
First result I found in Google :
Exactly... and it's easy to use and it doesn't have any...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 3, 2021 at 1:39 am
I admit, I don't expect IIF to go away (ever), as bad an idea as it was to corrupt T-SQL with it. I'm just hoping they don't bring over...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 3, 2021 at 1:20 am
COALESCE has a nasty quirk, as well. You know what it is... it uses whatever the highest precedence datatype there is in the operands. ISNULL doesn't have that...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 3, 2021 at 1:16 am
by the way, since we already have touched the subject,
is it a good idea at all to execute anything like this on a remote server as EXEC (...) AT...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 2, 2021 at 8:16 pm
It would have been much more neighborly of you if you had read the article at the link I directed you to and provided the data in a "readily consumable"...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 2, 2021 at 8:06 pm
Haa. How did I miss it? Such a simple solution!
Curious... which solution?
--Jeff Moden
Change is inevitable... Change for the better is not.
March 2, 2021 at 7:28 pm
I agree entirely, but this blog was intended to focus purely on the relative performance of XML Lists, because the comments about their poor performance when used as parameters...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 2, 2021 at 6:06 pm
As a guy who constantly advocates for ANSI/ISO standards, I would like to point out that the CONCAT is not SQL but local dialect. The correct syntax is in...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 2, 2021 at 6:02 pm
I'm thinking that you've changed the purpose of the code. The first query in the code uses the 3 part naming convention and seems to be meant to look at...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 2, 2021 at 1:23 am
Viewing 15 posts - 5,521 through 5,535 (of 59,072 total)