cdc.lsn_time_mapping

来源:这里教程网 时间:2026-03-02 11:07:14 作者:

点击(此处)折叠或打开

    /****** Script for SelectTopNRows command from SSMS ******/
    SELECT m.tran_begin_time,[__$start_lsn]
          ,[__$end_lsn]
          ,[__$seqval]
          ,[__$operation]
          ,[__$update_mask]

      FROM [test].[cdc].[dbo_testcdc_CT] c,cdc.lsn_time_mapping m
      where __$start_lsn=m.start_lsn order by __$start_lsn

相关推荐