Viewing 15 posts - 46 through 60 (of 7,470 total)
This sounds like a good place for monthly partitions. The monthly switch out takes nearly zero time or resources and then the switched out part can just be dropped...
April 8, 2025 at 6:07 am
And does it work as expected during a failover and an active transaction?
Well .... first tell me what you would expect.
April 4, 2025 at 4:14 pm
yes. we see the function. but we do not have sysadmin.
SELECT roles.principal_id AS RolePrincipalID , roles.name AS RolePrincipalName , server_role_members.member_principal_id AS MemberPrincipalID , members.name AS MemberPrincipalName FROM sys.server_role_members AS...
April 2, 2025 at 11:48 am
Also keep lock escalation in mind, so you don't lock the full table during these deletes ! (and e.g. prevent inserts being able to be processed )
a while loop handling...
April 1, 2025 at 7:11 am
of course, it is obvious the gouvernement has its influence in deepseek !
I've asked it about gouvernement sensitive subjects, to which the western world may be interested in.
It started answering...
April 1, 2025 at 6:15 am
now that europe is lagging behind, it is mainly a question of which "partner" you trust most.
Since partnership is being smashed to pieces lately, foundations are shaking, but opportunities are...
March 31, 2025 at 1:44 pm
Here's a nice overview:
with ctePartRangesFULL
as (
...
March 27, 2025 at 8:33 am
Of course, best is to modify the connection strings ( over time )
March 19, 2025 at 10:20 am
My 2ct ( these prerequisites may have evolved over time. U used it a couple of years ago )
March 19, 2025 at 7:54 am
check the sql server errorlog file for more information.
( you can find that path in the sql server service startup information )
March 11, 2025 at 9:06 am
Replying the above line resulted in
"504 Gateway Time-out
The server didn't respond in time. "
Altough the reply is already registered in SSC.
March 6, 2025 at 7:26 am
Except for replying, is there something else we should pay attention to?
March 6, 2025 at 7:24 am
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
Viewing 15 posts - 46 through 60 (of 7,470 total)