May 10, 2022 at 3:20 am
Is there some magic that pulls in the file?
Thx.
Not really.... just do a BULK INSERT from the file. I haven't had the time to post it but you should have no issue. Make a temporarry target table should have a RowNum columns as and identity and a 500 character "DataFromFile" column. Then just change the code to read from that Temp table instead of the VALUES() clause.
--Jeff Moden
Viewing post 31 (of 30 total)
You must be logged in to reply to this topic. Login to reply