Viewing 14 posts - 16 through 29 (of 29 total)
Here's the old server info using the deprecated Sql_Blitz commands. Do you know how much quicker SQL 2017 is supposed to be over SQL 2008?
May 8, 2024 at 1:33 pm
Yes, I ran it with the CheckServerInfo flag and here are all the entries for server info. In my query, I was able to peg all 4 CPUs @100% on...
May 8, 2024 at 12:56 pm
Thank you, I ran blitz and also installed sp_whoisactive (nifty tool).
Here are the main performance related ones:
May 7, 2024 at 9:03 pm
Thanks Federico, I'll give it a try.
I'm running a query that should peg the CPU but it only uses 25% (1 of the 4 CPUs) on both servers and it...
May 7, 2024 at 5:50 pm
I gave you a series of links for IO testing - and I've also gave you a series of questions to ask your VM admin - have these get...
May 6, 2024 at 7:26 pm
So we ran Crystal DiskMark and it produced number of 2,000 on the SQL Server 2017 and 1,000 on the SQL Server 2008 R2. These seemed a bit off for...
May 6, 2024 at 5:46 pm
Aside from what been said, If your data has changed then see if you need to update index stats especially on your heavily used tables.
We use Ola Hallengren's maintenance...
April 26, 2024 at 12:31 pm
Out of curiosity, our 2017 box shows a CPU cap of 25% with 4 CPUs which leads me to believe that it's not able to use all 4 CPUs and...
April 25, 2024 at 7:43 pm
I've run the operations many times while looking at Task Manager CPU, Memory, and Disk Usage.
SQL Server 2017
CPU: 25%
Total Bytes: ~2,000,000
SQL Server 2008 R2
CPU: 13%
Total Bytes: ~6,000,000
We're clearly writing more...
April 25, 2024 at 7:39 pm
For simple operations Standard Edition is fine. Differences can be found at https://learn.microsoft.com/en-us/sql/sql-server/editions-and-components-of-sql-server-2022?view=sql-server-ver16#choose-sql-server-features
Is the execution plan between 2008 and 2017 the same? Are they fully patched?
Thank you, I've looked...
April 25, 2024 at 5:57 pm
Thank for your insightful answer - I would have marked it as an answer but I couldn't mark more than one.
What I do when benchmarking my SQL instances is...
April 25, 2024 at 2:22 pm
Thank you! We'll look into those settings.
Just out of curiosity, if the machines are identical in terms of all specs with more RAM for the SQL 2017 should we be...
April 19, 2024 at 5:08 pm
Thanks for the reply and the information.
It's VMWare.
Disks should be local SSDs (no encryption).
I checked AV (whew) - I thought that could be it but turning Real-Time monitoring off had...
April 18, 2024 at 7:50 pm
UPDATE
I decided to test performance of individual updates by looping through 100,000 rows and updating each one. No transactions.
The performance degradation for the 1st run was 250% which matches the...
April 18, 2024 at 1:49 pm
Viewing 14 posts - 16 through 29 (of 29 total)