Tagged Questions
1
vote
3answers
5k views
Using openrowset to read an Excel file into a temp table; how do I reference that table?
I'm trying to write a stored procedure that will read an Excel file into a temp table, then massage some of the data in that table, then insert selected rows from that table into a permanent table.
...