Tagged Questions
0
votes
3answers
4k 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.
...