Viewing 15 posts - 3,871 through 3,885 (of 59,067 total)
Yes collation fix helped...
"Second, look at the stuff in the SELECT list and FROM clause... basically, it's all a repeat of the same thing with a different qualifier. That's...
February 14, 2022 at 9:47 pm
Which edition of SQL Server are you using and what are the parameters you're using for the "reindexing job"?
February 14, 2022 at 8:18 pm
The sample rate is at roughly a half second. It's hard to tell what the actual data is from the graphic you posted but are they actually recording the time? ...
February 14, 2022 at 8:09 pm
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...
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...
February 14, 2022 at 7:45 pm
Post deleted. I missed the fact that the post I answered was a spam post.
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...
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...
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...
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...
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...
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...
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...
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...
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...
February 11, 2022 at 8:47 pm
Viewing 15 posts - 3,871 through 3,885 (of 59,067 total)