Hi,
We have an excel file that we want to create a temp table of.
In my test environment I solved this by creating a Linked Server named Excel_ahn.
SELECT * INTO #temp_picture FROM EXCEL_AHN...Ark1$
select * from #temp_picture
In production mode, I do not have access to create a Linked Server. Is it another way to read data from an excel sheet?
Thanks.
Regards
Anne