SQL ServerをWindowsローカルに構築したので、何かテーブルを作ろうと考えました。 個人的な分析実践目的として、色々なジャンルの「売上データ」(ネットに広がっているもの)を管理するデータベースにしようと思い、データを拾ってくるところから ...
SQL Serverは触っていたものの、SSISはこれまで触ったことがありませんでした。 今回、CSVファイルをSQL Serverへ取り込むETLをSSISで実装してみたので、その手順とハマりポイントをまとめます。 ゴール CSVファイルのデータを、SSISを使ってSQL Serverのテーブルに ...
Microsoft's SQL Server software, used in thousands of businesses ranging from storefront operations to multinational companies, has capabilities to bulk-insert Comma Separated Value files into a ...
-- MAGIC This lab is divided into two sections: the **course lab** and an **optional challenge**. -- MAGIC In a live class, if you finish the main lab early, feel free to attempt the challenge. You ...
-- MAGIC In this demonstration, we will focus on ingesting CSV files into Delta Lake using the `CTAS` (`CREATE TABLE AS SELECT`) pattern with the `read_files()` method and exploring the rescued data ...
※本書巻頭巻末に収録した 「標準SQL&DB設計Quickリファレンス」 については、 下記を参照。 本書についてSQLって何だろう? どのように学ぶ? 本書は、 SQL ( エスキューエル ) が 「どのようなものなのか」 「どんなことができるのか」 「なぜ、 このよう ...