Skip to content

Commit

Permalink
note: ingest data datawarehouse
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaneu committed Oct 3, 2023
1 parent 8c80fa3 commit 00f7857
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions notes/19-ingest-data-datawarehouse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
id: 19-ingest-data-datawarehouse
title: "Ingest data into the Data Warehouse"
imgalt: "Ingest data into the Data Warehouse"
---

## Copy Into
https://learn.microsoft.com/fabric/data-warehouse/ingest-data-copy

https://learn.microsoft.com/en-us/sql/t-sql/statements/copy-into-transact-sql?view=fabric&preserve-view=true

## CETAS - Create Table as Select

https://learn.microsoft.com/en-us/fabric/data-warehouse/ingest-data-tsql#creating-a-new-table-with-the-result-of-a-query-by-using-create-table-as-select-ctas

## Insert Into

https://learn.microsoft.com/en-us/fabric/data-warehouse/ingest-data-tsql#ingesting-data-into-existing-tables-with-t-sql-queries

Binary file added notes/19-ingest-data-datawarehouse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 00f7857

Please sign in to comment.