Viewing 15 posts - 1,741 through 1,755 (of 59,065 total)
Thanks....the 2 tables in question are pretty small and have same amount of rows in both UAT & PROD
I've updated the STATISTICS on both tables and waiting for user...
March 10, 2023 at 7:40 am
I want to ensure that my indexes and statistics are optimized on a regular basis.
Obviously, two totally different subjects.
I rebuild stats on a nightly database on two of...
March 10, 2023 at 6:43 am
Sounds like a ton of fun. When you did an index rebuild, did you rebuild it to a different file group and then delete the old file group to prevent...
March 10, 2023 at 4:39 am
While I applaud the technology, it's "just" a summation of common knowledge, which is frequently incorrect. It also only provides one "opinionated and confident answer" rather than multiple...
March 9, 2023 at 10:14 pm
changing page verification to checksum, widening a column, after an irregular large delete or update, after a sql version upgrade, controlling growth of a VLDB (even 15% fragmentation on...
March 9, 2023 at 10:09 pm
I have to ask... what problem are you trying to solve here?
March 9, 2023 at 9:51 pm
I have a process that uses 2 tables in PROD and it has been running slow in PROD.
The tables are identical in UAT and the process runs much faster...
March 9, 2023 at 9:45 pm
But what has pending litigation got to do with the quality of the code produced?
Nothing. The issue is "ethics" and Thom wasn't mixing the two concepts just because he...
March 9, 2023 at 9:22 pm
Of course it just makes positive statements. It is a bot, it is not introspective. It is just an advanced tool. As with any tool it is up to...
March 9, 2023 at 9:14 pm
For question #1, just do a test. I think that you'll find that the stats take a lot longer because Index Rebuilds only affect/rebuild the columns they actually...
March 9, 2023 at 9:05 pm
The mistake is using the generic ChatGPT for questions in SQL. This version of the chatbot IS a rookie. There is a version of CHATGPT trained specifically for programming...
March 8, 2023 at 8:00 pm
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
Viewing 15 posts - 1,741 through 1,755 (of 59,065 total)