Hi All,
Not sure if this is the right place to post this.
I have an excel workbook with two sheets.
I want to continuously load data from this workbook in SQL DB.
I was successful in importing it once using SQL server import export tool.
The tool automatically created the tables and columns based on Excel's sheet and column names.
Now the data in my excel is updated (for the same columns).
My excel will have new data everyday.
How I can make sure that the new data is added in the DB , but I do not want to drop the old data?
Appreciate your suggestions.
Note: I am a novice in SQl server and just learnt about the above tool using different blogs and videos.
Thanks,
Aditya