Integrating File Data and Data Lake Content with SQL
As we come close to wrapping up our book, we would like to cover a very powerful function called OPENROWSET()
, which makes data accessible to different Azure data services, such as Azure SQL, Azure SQL Managed Instance, and Synapse Analytics.
In this chapter, we will focus on accessing data from Azure File Storage and learn about the different options available with the OPENROWSET(BULK..)
function, used mainly with files and Synapse Analytics.
We will cover the following topics in this chapter:
- Understanding the
OPENROWSET(BULK..)
function - Different options using
OPENROWSET(BULK..)
with Synapse Analytics - Required security and storage permissions
- Understanding external tables with Synapse Analytics