Edward357J
New Contributor III

@Avinash_Narala wrote:

Hi,

I want to build a python function to migrate SQL Server tables to Databricks.

Is there any guide/ best practices on how to do so.

It'll be really helpful if there is any.

Regards,

Avinash N


Hello!

To migrate SQL Server tables to Databricks, ensure your SQL Server meets the version requirements and enable change tracking or CDC. Set up a dedicated database user for Databricks ingestion and use Databricks' LakeFlow Connect or other connectors to establish a connection between SQL Server and Databricks. Create an ingestion pipeline to transfer data and schedule it, monitoring its performance to ensure smooth data transfer. For detailed steps and best practices, refer to the official Databricks documentation and community forums.

I hope this helps, Avinash!