User-775831949 posted
I have a SQL Server express for my ASP.Net page but part of the data is sitting on an Excel file with data always changing. So I cannot just import data from Excel to SQL server mdf but need to link from Excel to mdf so that if data on
Excel changed, when I do the table or view on SQL server onto ASP page, the data also changes.
Is there a way to create this "link" ?
How ?
Thanks