Forum Discussion
Copy data for on-prem SQL server
Datamarts are you friend here - it sounds odd but they are a great tool in the Fabric toolbox
Create a Datamart and load you data from your on prem SQL server to the Datamart
Then in a pipeline use a copy activity to move the data from the datamart ( which appears as an Azure SQL Server) to the target Warehouse.
It works really well and we use it estensively as Gen2 Dataflows do not have the reliability or performance that we need.
- Scott_Powell2 years agoAdvocate IV
Anonymous - curious how do you get your data into the datamart performantly? I thought those used dataflows, which is still a huge performance issue for us. I need to move just over a Terabyte nightly. Understand once it's in a datamart it might be fast, but not sure how to get the data in there quickly to start with.
Thanks!
Scott
Thanks,
Scott
- Anonymous2 years agoNot applicable
Hi - We use dataflows to load to datamarts - they are reasonably fast - do have a limit of 100 GB though.
Do you need to load all of that terrabyte of data each day ? - could you not just do a delta load to the datamart ?
- Anonymous2 years agoNot applicable
你好,请问数据仓库从datamarts复制数据的具体配置是什么样的呢