Skip to content

Instantly share code, notes, and snippets.

@hsuyuming
Created August 22, 2019 15:59
Show Gist options
  • Save hsuyuming/5bd1b2890204dc8c97decabeae32d42f to your computer and use it in GitHub Desktop.
Save hsuyuming/5bd1b2890204dc8c97decabeae32d42f to your computer and use it in GitHub Desktop.
GO
EXEC sys.sp_cdc_enable_table
@source_schema = N'dbo',
@source_name = N'TEST',
@role_name = NULL
GO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment