Update sqlserver-cdc.md

schema name from dob to dbo.
pull/3724/head
zhaifengbing 3 months ago committed by GitHub
parent 086536bb30
commit 13d55fa9b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -100,7 +100,7 @@ CREATE TABLE orders (
'username' = 'sa',
'password' = 'Password!',
'database-name' = 'inventory',
'table-name' = 'dob.orders'
'table-name' = 'dbo.orders'
);
-- read snapshot and binlogs from orders table

Loading…
Cancel
Save