Sql server setup for lakeflow sql server connector to create ingestion
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2026 11:05 AM
When i am executing below command change instance is getting created but without lakeflow as prefix, i read the documentation and it mentioned that to track schema evolution we need to have prefix, can I please get some assistance.
Command Used:
EXEC dbo.lakeflowSetupChangeDataCapture
@Tables = 'dbo.test_table'