Viewing 15 posts - 3,886 through 3,900 (of 59,067 total)
I recently tried to run a update statemene with joins on a table that has 200,000 records. I suppose it should be very quick.
But it turned out it ran30...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 14, 2022 at 7:55 pm
Big improvement, do you see anything else that could be tweaked?
Many thanks for suggestion.
Two way street, first... what does the code look like now that you've improved it?
[EDIT] Either...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 14, 2022 at 7:45 pm
Post deleted. I missed the fact that the post I answered was a spam post.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 14, 2022 at 7:13 pm
You're using SQL Sever 2019... that means that there's little need to do such things using the likes of C#. Please see the following article and look for the 2019...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 14, 2022 at 7:11 pm
Try this as a start... How to Post Performance Problems , which might also give you a hint on how to start troubleshooting performance issues as...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 14, 2022 at 6:51 pm
I didn't have any issues with CHAR columns lately, but we have had to adjust the size on our claim number(was char(8)) and policy number(was char(9)) sizes...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 14, 2022 at 6:04 pm
Heh... plenty of time each week to do index maintenance, right? 😀 😀 😀
After almost 25 years, I wish MS would finally study Peter Norton's works and write something much...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 14, 2022 at 5:50 pm
I remember those days but that's actually a really bad example for system of today. Anyone that actually stores dates as a CHAR() in their normal database tables needs to...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 13, 2022 at 5:19 pm
Rick, please tell me that you're not advocating a "panacea length" for VARCHAR(N) where "N" is something like 256. Please tell me you're not advocating the NUMERIC(18,N) should be a...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 13, 2022 at 1:39 am
A popular college MIS system uses CHAR for many fields and this often leads to issues, not in the software, as that is built to account for this. However...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 13, 2022 at 1:36 am
Spot on, Jeff !
The main point for people to prefer varchar over char is that their GUI development tool doesn't have to bother with trailing spaces.
Lordy. I understand that...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 12, 2022 at 6:09 pm
Um... ok. I'm confused. I thought you just said that SPAM is a bit of a problem.
.... but with the growth of SPAM items, it's a hassle.
The...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 11, 2022 at 8:47 pm
Have any of you realized that the four-digit year is only good for another 7977 years? Better get ready.
I hope you and I are around to argue about that...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 11, 2022 at 6:55 pm
Well that's cool! I even like how the site says "Not another MySQL install).
Understood on the spam. The cool part there is, if SPAM shows up on a thread that...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 11, 2022 at 4:17 pm
Just curious... not including the path of the file, what is the name and extension of the file? The reason I ask is it sounds like they didn't send you...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 11, 2022 at 3:32 pm
Viewing 15 posts - 3,886 through 3,900 (of 59,067 total)