Apr 29 2024 12:31 PM
I have a file on Amazon S3 that updates daily, and it's in SQL format. With these options, can I select a specific database to create and insert all the data into it in SQL Server?
Essentially, I'm asking if I can transfer data from Amazon S3 to SQL Server and, once imported, run SQL queries directly on the SQL Server?
Apr 29 2024 09:43 PM