Warehouse1 という名前の倉庫を含む Fabric ワークスペースがあります。 オンプレミス データ ゲートウェイを使用してアクセスされる、Database1 という名前のオンプレミスの Microsoft SQL Server データベースがあります。 Database1 から Warehouse1 にデータをコピーする必要があります。 どのアイテムを使うべきでしょうか?
正解:B
To copy data from an on-premises Microsoft SQL Server database (Database1) to a warehouse (Warehouse1) in Fabric, a data pipeline is the most appropriate tool. A data pipeline in Fabric is designed to move data between various data sources and destinations, including on-premises databases like SQL Server, and cloud-based storage like Fabric warehouses. The data pipeline can handle the connection through an on-premises data gateway, which is required to access on-premises data. This solution facilitates the orchestration of data movement and transformations if needed.