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 Microsoft Fabric, the best option is to use a data pipeline. A data pipeline in Fabric allows for the orchestration of data movement, from source to destination, using connectors, transformations, and scheduled workflows. Since the data is being transferred from an on-premises database and requires the use of a data gateway, a data pipeline provides the appropriate framework to facilitate this data movement efficiently and reliably.