Viewing 15 posts - 31 through 45 (of 199 total)
What do the failover clustering logs say? (you may want to try clearing them to let fresh logs reaccumulate if the log file is excessively large)
January 4, 2024 at 5:23 pm
To start - CU6 is an unsupported CU. You would need to be at least up to CU8. Is Windows also held back more than two CU?
December 27, 2023 at 3:56 pm
oh also confirm it is actually using OpenSSL. it could be using a different TLS client
December 21, 2023 at 4:18 pm
If it is server 2022/supports TLS 1.3 server, you can probably dismiss TLS as a problem. TLS 1.3 removes most of the latitude developers had to implement TLS poorly or...
December 21, 2023 at 4:17 pm
is the client configured to use tls 1.2 with a valid cipher suite? TLS 1.0, 1.1** are turned off by default in 2019+
December 20, 2023 at 4:07 pm
Does the 6% performance reduction pose a real operational problem at the system level?
At the micro scale, small performance reductions may not matter to the individual process incurring it, but...
December 5, 2023 at 5:00 pm
oh good catch. It keyword formatted 'identity' and it confused me.
I took OP's original statement to mean that the process worked with 12 rows at a time and 12 new...
December 4, 2023 at 7:00 pm
Have you looked at blocking to see what types of locks are blocking?
Are the sort values of [colum1], [column2] always sequential? If they are not, you will be inserting into...
December 4, 2023 at 5:14 pm
Have you looked at blocking to see what types of locks are blocking?
Are the sort values of [colum1], [column2] always sequential? If they are not, you will be inserting into...
December 4, 2023 at 5:13 pm
Have you looked at blocking to see what types of locks are blocking?
Are the sort values of [colum1], [column2] always sequential? If they are not, you will be inserting into...
December 4, 2023 at 5:13 pm
Ok I understand now - you problem is your connection strings. You need to enable multisubnet failover in the connection string, the SQL client goes through a step where it...
November 21, 2023 at 10:57 pm
Why are you concerned with this? if you need fast multi-subnet failover, you have to have two IP addresses.
November 21, 2023 at 6:47 pm
SQL 2022 will give you batch mode execution plans on indexes that are not columnstore, even if batch mode execution plans are slower.
Did you look at the execution plans yet?
November 21, 2023 at 4:21 pm
Don't use CNAMES like that, you are asking for problems. It can break anything that is encrypted and/or implements mutual authentication.
you could try registering another A record for the old...
November 20, 2023 at 5:18 pm
Viewing 15 posts - 31 through 45 (of 199 total)