आप अनिर्दिष्ट का उपयोग कर सकते हैं
DBCC LOG(databasename, typeofoutput)
जहां टाइपोआउटपुट:
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.
उदाहरण के लिए, डीबीसीसी लॉग (डेटाबेस, 1)
आप fn_dblog भी आजमा सकते हैं।
लेन-देन लॉग का उपयोग करके लेन-देन को वापस रोल करने के लिए मैं स्टैक ओवरफ़्लो पोस्ट लेन-देन लॉग का उपयोग करके रोलबैक लेनदेन पर एक नज़र डालूंगा। ।