Create SQL Table that will import automatic from Excel whenever that Excel is updated -
So I have Excel spreadsheets with the product and notes. I would like to import this information into SQL and every time people get this excel Will enter more product and notes in the sheet, whenever I run the syntax, will it automatically be updated?
I created the product - notes, which I imported the current table in that table. I was planning to use the insert in the function, and enter new values in the table every day. But it seems to be a manual too. Is there a way I can do this? Excel spreadsheets are updated daily. I am using SQL Server 2008
I'm sure this is possible. You can connect Excel to your database and then you can write some macros to save the data in the table when changes occur or new lines are written.
This will not be easy. There is a very complex logic here and Excel has not been written for a database for a front end.
I believe that working in this way can be spent while changing your spreadsheet actually a client server to modify the database using a web application or a local application Application Client Server Front End App is easy to write these days with many examples, tools and templates.
The Excel file will be more difficult to replace. >
Comments
Post a Comment