Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2025 01:22 AM
You can compare your databricks data with on-prem sql server data in two ways:
Firstly, you have to make connection between sql-server and databricks using volumes. Using volumes we can mount sql server data into databricks unity catalog
1.we can compare the data we have in databricks and sql-server data(volume data) in databricks itself.
2. writing databricks data into volume(in sql-server) and then comparing the data in sql-server.
Either way make the best practice to use volumes instead of jdbc/odbc or dbfs mount(deprecated) and manually exporting tables, which are not recommended.
If you found this helpful, mark it as solution
Regards,
Avinash N