object_id, column_name, column_id, column_type, column_ordinal, is_computed
389576426, ID, 1, int, 1, 0
389576426, Name, 2, varchar, 2, 0
home\sql2008(HOME\MAK): (2 row(s) affected)
object_id, version, source_object_id, capture_instance, start_lsn, end_lsn, supports_net_changes, has_drop_pending,
role_name, index_name, filegroup_name, create_date
389576426, 0, 53575229, dbo_MyTable, NULL, NULL, 0, NULL, cdc_MyTable, MyTable_PK, NULL, 2008-01-07 19:05:49.733
home\sql2008(HOME\MAK): (1 row(s) affected)
object_id, column_name, index_ordinal, column_id
389576426, ID, 1, 1
home\sql2008(HOME\MAK): (1 row(s) affected) |