I'm trying to create a weather database that is built around my weather equipment.
Right now the weather updates data into an excel spreadsheet once an hour. I've completed the initial import of data from the excel sheet and created a linked server.
What I'm looking to do now is to create an update statement to retrieve the new data from the Excel sheet. I'd like to make it so the update statement is automatically run once a day.
The linked server name is weatherdata
and the Excel file name is acuriteweatherdatabase2
with many different column names. I've looked online and tried many of the options but come back with various error messages.
What would be the best way to complete this task?