3 solutions found
0X000002E8 This error means a transaction already committed but something still references it. Here's how to stop it from wrecking your queries....
0X8004E027 This error means your COM+ component tried to work outside a transaction. The fix is to restart the COM+ app or re-register the component....
0XC0190044 You tried to run a file that's still stuck in a pending transaction. Usually SQL Server or an incomplete update. Here's how to clear it fast....