Viewing 15 posts - 181 through 195 (of 2,651 total)
you will likely need the CU+GDR version - https://support.microsoft.com/en-us/topic/kb5029376-description-of-the-security-update-for-sql-server-2017-cu31-october-10-2023-ce23ddf7-b79e-4ba7-ba9d-2679f23a1ad8
May 15, 2024 at 5:53 pm
Thank you, I ran blitz and also installed sp_whoisactive (nifty tool).
I have GDR 14.0.2052.1 - do I need a CU as well? Does the Query Store affect performance -...
May 15, 2024 at 4:35 pm
SSRS (And power bi report server is a superset of this) is a licensed feature - as such it requires the server it is installed on to have a valid...
May 15, 2024 at 1:10 pm
Thank you for your excellent directions - I should have read it more closely:-) I've run them on the 2017 box. Should I run it on the 2008 box...
May 15, 2024 at 7:02 am
did you run the cmd file that I supplied with the 3 commands on it? your reply does not indicate you did it as I asked.
or maybe you did run...
May 14, 2024 at 8:48 pm
the issue with trying this at a DB level is that you are not proving anything - if the OS/VM/Storage is badly configured then ALL the IO is going to...
May 10, 2024 at 3:02 pm
Jeff will no doubt add something here - do heed his advise.
but as mentioned (and as you yourself raised as an issue) partitioning should only be used when most of...
May 10, 2024 at 2:19 pm
one one of your other posts you mentioned that your VM's were Vmware - AWS and AZURE are a totally different kettle of fish and settings for those are way...
May 10, 2024 at 2:07 pm
Are you planning on basing your software purchasing decisions on the results? If not, why are you doing this?
see the other threads from the OP - using a sql...
May 10, 2024 at 10:57 am
this is a waste of time in my opinion - see history behind this request at https://www.sqlservercentral.com/forums/topic/degraded-performance-in-2017-vs-2008-r2-with-inserts
I can run this code in multiple servers, with different specs and results will...
May 8, 2024 at 6:19 pm
and the views used? user_Type_mgmt is a view as well - but in this case I don't think it won't matter its content
if you can replace this query and stop...
May 8, 2024 at 6:02 pm
and corresponding info for old server?
once I have time I'll dig a few scripts to extract a different set of info - but nothing special on the above (other than...
May 8, 2024 at 1:27 pm
I'm more interested on the server info - did you run it with the flag I mentioned? it should not have returned any specific database information.
CU you should definitely upgrade...
May 7, 2024 at 9:24 pm
can you also download and install sp_blitz (https://www.brentozar.com/blitz/) - you only need to install sp_Blitz.sql - this will add a few SP's to the database you run it on
and then...
May 7, 2024 at 6:37 pm
or define variable outside cursor and delete it in each loop - only feasible if the table variable does not have a identity column which needs reseed - see https://www.grapefruitmoon.net/table-variables-identity-columns-and-reseeding/
but...
May 7, 2024 at 1:34 pm
Viewing 15 posts - 181 through 195 (of 2,651 total)