An Azure relational database service.
@jase jackson USA Thank you for your interest in Azure SQL Database and Azure Data Factory
As you rightly pointed out, both solutions allow you to load data into Azure SQL database.
From your requirement, it appears that you need to schedule this activity daily.
If you use T-SQL, you will have to depend on an external scheduling solution like an Azure function app or Azure Run Book to run the T-SQL at the scheduled time.
ADF appears to be a more convenient solution because it offers both scheduling and ingestion capabilities. You can also enhance it for better error handling and logging capabilities in future.
Please let us know if you have further questions.
--
If an answer is helpful, please "Accept answer" or "Up-Vote" for the same which might be beneficial to other community members reading this thread.