196 solutions found, page 3 of 10
9001 The database log is full—here's how to free space and stop it from happening again. No fluff....
0X0000371B This error means Windows couldn't close a side-by-side assembly transaction cleanly. Usually caused by a corrupt pending Windows update or a broken .N...
0X8004E004 This error hits when your COM+ component tries to access MTS context outside a transaction. It's common in old VB6 or ASP apps on Windows Server....
0X8004D014 This COM+ error means DTC can't find the transaction import object. Usually a dirty MSDTC configuration or firewall blocking RPC. Here's exactly what ...
0X00000497 This Windows error means a file can't be deleted during a replace operation — usually because another process holds a lock on it. Here's how to break ...
0X00001AA0 This error means a file is missing its transaction log metadata. Here's how to fix it fast without data loss....
0XC0000215 This error means a transaction type is wrong for the transport. Usually a bad network driver or misconfigured remote access service. Fix it in three s...
0X000002E8 This error means a transaction already committed but something still references it. Here's how to stop it from wrecking your queries....
0X000019E5 Stop wasting time with generic fixes. Here's the real cause and solution for this log resizing failure on Windows Server and 10/11....
0XC01A0030 The log is pinned because a reservation ate almost all the log space. This usually hits when a backup or database app holds a log reservation and won'...
0X0000085D This error pops up when a client tries to run a transaction against a server that's not set up for it. Real fix: enable the transaction service or che...
0XC0190021 This error hits when a database cursor or handle points to a deleted row or object. It's common in SQL Server with stale cursors or orphaned tempdb ob...
0X00000652 This error means Windows thinks another installer is still running. Usually a stuck MSI process. Kill it or restart the Windows Installer service....
0X00001A31 This error means a transaction was already finalized when you tried to commit it again. Here's how to stop that from happening....
Database 'tempdb' is in emergency mode This error hits when tempdb gets stuck in emergency mode after a crash or disk issue. I've seen it on SQL Server 2016–2019. The fix is straightforward...
0X401A000C This error means a log stream lacks a restart area. Usually happens after a corrupt NTFS USN journal or system file. Rebuilding the journal fixes it....
0XC00D0065 This error means your disk has an unsupported file system version. Usually happens after an upgrade or disk conversion. The fix is to reformat or reve...
0X8004D025 This error means the remote machine's MSDTC won't accept network transactions. You'll need to tweak DTC security settings or firewall rules....
0XC019003A This error means SQL Server has transactions that are stuck in doubt. Here's how to find and resolve them without breaking your database....
0XC000020F SQL Server transaction aborts when DTC or network transport drops the connection mid-commit. Here's how to fix it without rebooting everything....