Viewing 15 posts - 1,741 through 1,755 (of 59,066 total)
ChatGPT is DANGEROUS. It always produces results that seem plausible but can be entirely wrong. If you are lucky, it just won't compile. If you aren't it may...
March 7, 2023 at 7:38 pm
I copied and pasted just the phone number in question from the XML you posted and put it in the following code. The "special characters" are an ASCII 160... which...
March 7, 2023 at 3:48 pm
It could also have a default like GETDATE() or some other non-null, non-blank fixed value. That's why I'm thinking that the folks that asked the question are the ones best...
March 7, 2023 at 3:06 pm
More proof of what I was talking about for the "Readily Consumable Data" thing. Two other folks saw a pattern that I'd missed and could easily test their solutions...
March 7, 2023 at 2:54 pm
Assuming the pattern in the sample data is actually representative of your production data, the following would be simpler and more efficient as it eliminates the need to unpivot,...
March 7, 2023 at 2:50 pm
Given the column naming convention, I think there might be a simpler solution than using an EAV. This assumes that there are three sets of weights: PWT, PNT, and...
March 7, 2023 at 2:36 pm
The graphics you posted are great especially for showing the final result you wanted (which is the key to solving this problem without many words) but they're horrible for...
March 7, 2023 at 7:59 am
What are these WT1, WT2...... in the output? Why 15 has to be shown under WT1 for B and not in WT2?
You can use CASE WHEN THEN ELSE END...
March 7, 2023 at 7:01 am
i would suggest to make sure to have the following measures applied before embarking to real database migration;
Use Updated Versions. First, keeping your hardware, hypervisors, and software updated is...
March 7, 2023 at 5:22 am
I think adding the WeekDay and Hour columns to the main table make the most sense. Computed columns will be more efficient than a trigger, but they do have...
March 7, 2023 at 5:17 am
Is there a reason the app team can't tell you which columns are unused?
I'm glad someone else said that. If they're the ones that are going to review the...
March 7, 2023 at 5:05 am
Thanks for the feedback. I wish I had the answer for you folks. I dont. Hopefully , someone else might see this and be able to rattle one off.
And, isn't...
March 6, 2023 at 8:09 pm
Jonathan AC Roberts wrote:I can't say I have ever used RIGHT JOIN. I think it is only in the language for completeness.
I use it a fair bit in real life.
Why...
March 6, 2023 at 4:12 pm
I can't say I have ever used RIGHT JOIN. I think it is only in the language for completeness.
I use it a fair bit in real life.
March 6, 2023 at 3:01 pm
Viewing 15 posts - 1,741 through 1,755 (of 59,066 total)