Home / Questions / What does Created Transaction ID = Yes mean?
Explanatory Question

What does Created Transaction ID = Yes mean?

👁 1 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

When set to Yes:

  • The system stores the transaction ID at record creation

  • Used for transaction tracking

  • Helpful in financial and critical business tables

  • Enables better rollback and consistency control

Typical use cases:

  • Ledger tables

  • Inventory transactions

  • Settlement tables

  • Audit-sensitive data


 What does Created Transaction ID = No mean?

Answer:
When set to No:

  • No transaction ID is stored

  • Slightly better performance

  • Less database overhead

  • Suitable for reference, setup, or temporary data

Typical use cases:

  • Parameter tables

  • Setup tables

  • Staging tables

  • TempDB tables