Viewing 15 posts - 6,406 through 6,420 (of 59,070 total)
My office let me bring home an additional monitor when they sent me home to work. Very helpful! However, after 9 weeks my home office chair was giving me...
September 12, 2020 at 12:03 am
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...
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...
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...
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...
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...
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...
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...
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...
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...
September 10, 2020 at 3:52 pm
Why not just use a SEQUENCE?
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...
September 10, 2020 at 1:36 pm
Did you ever figure out what your backup problem was and how to fix it?
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...
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...
September 9, 2020 at 11:38 pm
Viewing 15 posts - 6,406 through 6,420 (of 59,070 total)