sql >> Database teknologi >  >> RDS >> Sqlserver

Sådan får du vist transaktionslogfiler i SQL Server 2008

Du kan bruge den udokumenterede

DBCC LOG(databasename, typeofoutput)

hvor typeoutput:

0: Return only the minimum of information for each operation -- the operation, its context and the transaction ID. (Default)
1: As 0, but also retrieve any flags and the log record length.
2: As 1, but also retrieve the object name, index name, page ID and slot ID.
3: Full informational dump of each operation.
4: As 3 but includes a hex dump of the current transaction log row.

For eksempel DBCC LOG(database, 1)

Du kan også prøve fn_dblog.

For at rulle en transaktion tilbage ved hjælp af transaktionsloggen ville jeg tage et kig på Stack Overflow-indlæg Tilbageføring af transaktion ved hjælp af transaktionslog .



  1. Fire almindelige myter om cloud-teknologi

  2. Hvordan kan jeg indstille en SQL Server-forbindelsesstreng?

  3. MariaDB JSON_VALUE() Forklaret

  4. Uncaught TypeError kan ikke kalde metoden 'opendatabase' for undefined-SQLite plugin med cordova 3.5