Files
sql-server-samples/samples/features/sql-big-data-cluster/data-pool/data-ingestion-sql.md
T
Umachandar Jayachandran 09b207f69a Initial samples for SQL Server 2019 big data cluster
Demonstrates various functionality in big data cluster.
2018-10-11 14:48:44 -07:00

516 B

Data ingestion using SQL stored procedure

SQL Server Big Data clusters provide scale-out compute and storage to improve the performance of analyzing any data. Data from a variety of sources can be ingested and distributed across data pool instances for analysis. In this example, we will insert data from a SQL query into an external table stored in a data pool and query it.

Instructions

  1. Connect to SQL Server Master instance.

  2. Execute the .sql script data-ingestion-sql.sql.