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