This month's discount Comprehensive Database Performance Health Check · Testimonials
SQLAuthority with Pinal Dave
Home
  • Consulting
    • Health Check
  • Free Videos
  • All Articles
    • AI
    • SQL Performance
    • SQL Tips and Tricks
    • Interview Questions and Answers
    • SQL Puzzle
    • SQL Video
    • SQLAuthority News
    • Personal
  • Books
  • Consulting
SQL SERVER - Error: 8509 - Import of Microsoft Distributed Transaction Coordinator (MS DTC) transaction failed: 0x8004d00e(XACT_E_NOTRANSACTION)

SQL SERVER – Error: 8509 – Import of Microsoft Distributed Transaction Coordinator (MS DTC) transaction failed: 0x8004d00e(XACT_E_NOTRANSACTION)

August 30, 2017
Pinal Dave
SQL Tips and Tricks
SQL Error Messages, SQL Scripts, SQL Server, SQL Transactions

A client’s JDBC XA transactions failed with Error 8509: import of MS DTC transaction failed (XACT_E_NOTRANSACTION). Here is what we checked and how we fixed it.

Read More
Update two tables in one statement.

SQL SERVER – How to Update Two Tables in One Statement?

June 6, 2017
Pinal Dave
SQL Tips and Tricks
SQL Scripts, SQL Server, SQL Transactions

Can you update two tables in One Statement in SQL Server? No. Here is why, and what people usually need when they ask for it.

Read More
A SQL Server log file.

SQL SERVER – FIX : Error: 3456, Severity: 21 – Could not redo log record (xx:xx:xx), for transaction ID (x:xx), on page (x:xx), database ‘master’

May 31, 2017
Pinal Dave
SQL Tips and Tricks
SQL Error Messages, SQL Server, SQL Transactions, Transaction Log

SQL Server would not start: Error 3456, could not redo log record for a transaction in database ‘master’. How we got the instance back up.

Read More
cross

SQL SERVER – How to Identify a DB is Using Cross-Database Transactions?

April 22, 2015
Pinal Dave
SQL Tips and Tricks
SQL Function, SQL Scripts, SQL Server, SQL Transactions

Recently, when I was at a conference, one of the attendees came to me to ask a question. The conversation was as below for cross-database transactions.

Read More
Log Execution Plan SQL Server.

SQL SERVER – Knowing Nested Transactions Behavior with SQL Server

March 25, 2015
Pinal Dave
SQL Tips and Tricks
SQL Transactions

Does SQL Server start a new transaction for every BEGIN TRAN inside another? I show nested transactions behavior with a simple demo for a reader.

Read More
SQL SERVER - Identify Oldest Active Transaction with DBCC OPENTRAN

SQL SERVER – Identify Oldest Active Transaction with DBCC OPENTRAN

January 19, 2014
Pinal Dave
SQL Tips and Tricks
SQL Transactions

How do you know if there is an open transaction before you restart a server? DBCC OPENTRAN shows the oldest active transaction in your database.

Read More
Critical error.

SQL SERVER – TRANSACTION, DML and Schema Locks

June 21, 2010
Pinal Dave
SQL Interview Questions and Answers
SQL Scripts, SQL Stored Procedure, SQL Transactions

Most candidates in a senior developer interview could not create a scenario that shows schema locks. Here is a simple demo with a TRANSACTION and DML.

Read More
Previous 1 2 3 4 5 Next
  • Books
  • Testimonials
  • Privacy Policy

© 2006 – 2026 All rights reserved. pinal @ SQLAuthority.com