cdc.lsn_time_mapping


点击(此处)折叠或打开

  1. /****** Script for SelectTopNRows command from SSMS ******/
  2. SELECT m.tran_begin_time,[__$start_lsn]
  3.       ,[__$end_lsn]
  4.       ,[__$seqval]
  5.       ,[__$operation]
  6.       ,[__$update_mask]

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

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/16131092/viewspace-2132877/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/16131092/viewspace-2132877/

你可能感兴趣的:(cdc.lsn_time_mapping)