I read that azure datalake gen 2 can store both structured and unstructured data. Where can we store structure data like SQL data in azure datalake gen2 .If I store it in blob, what will be the extension of that file. Is it .bak. Basically any examples of storing SQL data in datalake please
Asked
Active
Viewed 466 times
1 Answers
0
First of all, if the structured data
you mean is relational data
like sql data, the Azure data lake gen2(and also the azure blob storage) does not support it.
You can only store these data like in text format. And you can use Azure Data Factory to do that. Please refer to this doc for more details. Note: In this article, the sql data is exported to azure blob storage, you can easily use Azure data lake storage gen2 to replace blob storage.
And if you want to backup the sql database, then you can follow this article, and at this time, the extension is .bak.

Ivan Glasenberg
- 29,865
- 2
- 44
- 60