InterviewSolution
Saved Bookmarks
| 1. |
Which of the following field in cdc.lsn_time_mapping has varbinary data type?(a) tran_begin_time(b) tran_id(c) start_lsn(d) all of the mentionedI have been asked this question in a job interview.My enquiry is from SQL Audit in division Monitoring and Auditing of SQL Server |
|
Answer» CORRECT answer is (b) tran_id To ELABORATE: tran_id denotes ID of the TRANSACTION. |
|