Related resources for SQL Server Ledger
  • Append Only Ledger Table In SQL Server8/9/2023 4:59:20 AM. An append-only ledger table is a type of database table that only allows new data to be appended to the end of the table. Once data is added to an append-only ledger table, it cannot be changed or del
  • What is SQL Server Ledger?7/28/2023 4:56:50 AM. SQL Server Ledger is a feature of SQL Server that provides tamper-evident capabilities for your database. It does this by using a blockchain and Merkle tree data structures to track the history of cha