Viewing 15 posts - 5,536 through 5,550 (of 59,072 total)
I guess I'm a little confused... You already know the remote server name or you wouldn't be able to query its' msdb database. Why not just substitute a literal for...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 2, 2021 at 12:34 am
It's been a while since I've messed with negative boolean algebra so I hope I got this right...
The first one equates to NOT (invoice_cl = 'INN1' OR PaymentStatus = 'Unpaid'). ...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 2, 2021 at 12:26 am
I have to disagree a bit on hating "ordering" in an RDBMS... indexes would simply be of no use without "ordering". The "order" of things is quite critical in RDBMS's...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 1, 2021 at 11:59 pm
Heh... "What a lot of money"? It's the same question as "What's big data"? It's something that you've not had to handle before. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
March 1, 2021 at 11:51 pm
I want to show current year and previous.. do you have any examples based upon my current query?
Thanks again...
I'm pretty confused about what you're actually using for a source...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 1, 2021 at 11:32 pm
ISNULL has some bad quirks that can cause problems, although I admit I still use it at times, simply out of habit, although I never embed it (also, btw,...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 1, 2021 at 11:05 pm
Heh... MS should be sued for false advertising when it comes to their videos. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
March 1, 2021 at 6:14 pm
I was trying to get the days so they would be dynamic rather than having to hard those each month.. I also wanted the channel to be sub-category of...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 1, 2021 at 6:05 pm
To me, it's a bit funny that someone would say that they're "less reliable" than views... they are one of the few things that operate precisely the way they're documented...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 1, 2021 at 3:25 pm
The name common table expression comes from the way that you factor it out of multiple positions in a query expression and move it to the front. By...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 1, 2021 at 3:19 pm
Any thoughts on the pluses or minuses of using a temporary table versus a CTE? Would the size of the "virtual view" be a consideration.
Sure...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 28, 2021 at 6:16 pm
The name common table expression comes from the way that you factor it out of multiple positions in a query expression and move it to the front. By analogy,...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 28, 2021 at 4:51 pm
BWAAAA-HAAAAA! 😀 Let's not because then someone would want to rename iTVFs as PDIVs (Parameter Driven Inline Views). 😀
(THUMBS-UP) If it helps to leave the misconception behind,...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 28, 2021 at 4:47 pm
With such a name, CTE were kind of made for misconceptions. Could we rename them LVR (Local View with Recursion)?
BWAAAA-HAAAAA! 😀 Let's not because then someone would want to...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 28, 2021 at 12:59 pm
Thank you for the reply. I tried that and the values in the original column are still the same. Should that have output to a new column? I created...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 28, 2021 at 12:52 pm
Viewing 15 posts - 5,536 through 5,550 (of 59,072 total)