Viewing 15 posts - 91 through 105 (of 7,503 total)
For your deadlock graph to be usable, you need to remove:
<event name="xml_deadlock_report" package="sqlserver" timestamp="2025-03-04T15:16:17.973Z">
<data name="xml_report">
<value>
Keep the rest
Remove the bottom
...
March 5, 2025 at 2:09 pm
Tools like Solarwinds SQL Sentry PlanExplorer (free) can help you analyse this situation !
It helps you narrow down the 2 tables that are to be addressed to solve the...
March 5, 2025 at 1:53 pm
your deadlock graph xml is incomplete !
March 5, 2025 at 7:38 am
Did you register the SPN up front ? ( We always do, because we do not rely on dynamic port numbers for an instance )
If not:
March 5, 2025 at 7:32 am
Testing a bit more, it turns out, once you add a clustered MSDTC resource and remove it, it start throwing this error when running "Begin Distributed Transaction"
Even putting back...
March 3, 2025 at 2:31 pm
The example is not correct !
I copied your scripts to my SQL2019 CU31 and executed them.
This is the result I get:
March 3, 2025 at 8:52 am
it was worth a try ....

February 28, 2025 at 7:02 am
After I notified the devs yesterday, the article states V17, they are going to test that today.
February 28, 2025 at 6:42 am
FWIW: We re-installed the OS and rebuilt the cluster.
Now it works as it should
February 25, 2025 at 2:26 pm
indeed.
Those settings have been activated.
DTC service has been stopped and started and is on network service
Still Begin distributed transaction fails
February 24, 2025 at 6:19 pm
Strong suggestion, don't store the images in the database. Can you? Yes. VARBINARY(MAX) would be the way to go. However, it really negatively impacts a whole slew of...
February 24, 2025 at 1:37 pm
because it has to validate each and every row of the RLS object before it is to be processed by your query
February 20, 2025 at 11:39 am

February 20, 2025 at 8:24 am
It's called ROW level security for a reason !
So RLS introduces additional processing overhead as the database engine needs to evaluate security predicates for each row.
Of course this...
February 20, 2025 at 6:41 am
Viewing 15 posts - 91 through 105 (of 7,503 total)