Viewing 15 posts - 6,421 through 6,435 (of 59,072 total)
And, if forced to work on that SQL statement, I'd still remove the use of ISNULL, no matter what the comments stated.
So like I asked before... what would you...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 10, 2020 at 9:44 pm
Hi, they are not, I have one table called master, the others are named like acc_ and some numbers and letters after that. All I am trying to do...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 10, 2020 at 9:12 pm
First, if you get into the habit of posting "readily consumable data", you'll stand a much better chance of getting a coded answer and getting it a lot quicker. Here's...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 10, 2020 at 8:52 pm
While I usually and strongly agree that ISNULL shouldn't be used on table columns in a Join, Where, or other column based criteria matching, "It Depends" is always...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 10, 2020 at 8:13 pm
@jeff - for some reason the post you quoted in your previous post isn't showing the quote. Your reply to me is though! When I view in Gmail on...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 10, 2020 at 8:05 pm
While I usually and strongly agree that ISNULL shouldn't be used on table columns in a Join, Where, or other column based criteria matching, "It Depends" is always a consideration...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 10, 2020 at 7:40 pm
Sorry, it wasn't directed at you. It was a post I commented on when it first came out and...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 10, 2020 at 7:26 pm
As general issues go does this require ##temp to have global scope? Also, why make the variables varchar(max)? I got it to work like this
drop table...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 10, 2020 at 3:56 pm
My recommendation is that you, if you're using them, that you forget you ever saw "incremental rCTEs" regardless of the number of rows involved. Please see the following article for...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 10, 2020 at 3:52 pm
Why not just use a SEQUENCE?
--Jeff Moden
Change is inevitable... Change for the better is not.
September 10, 2020 at 1:49 pm
That's nothing.
How about 2 multi-million rows tables (one of them is closer to billion) joined by a value extracted from an XML column?
Yes, by XML_col.value('XML path', 'int' )
The job...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 10, 2020 at 1:36 pm
Did you ever figure out what your backup problem was and how to fix it?
--Jeff Moden
Change is inevitable... Change for the better is not.
September 10, 2020 at 12:26 am
Ok... I have a question, especially seems to be coming up a lot lately.
To what end does someone need this type of information? What will the information ultimately be...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 10, 2020 at 12:22 am
thanks for highlighting the issue. i have fixed the code.
updated code available in below link.
Please post the code on this site, Ram... the content of pastebin could simply vanish...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 9, 2020 at 11:38 pm
I'm assuming that your tables are NOT named T01. T02, T03, etc and so I'm asking the following question again...
Is there a pattern to the actual name of the...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 9, 2020 at 8:54 pm
Viewing 15 posts - 6,421 through 6,435 (of 59,072 total)