I need to transfer some data from 3 spreadsheets (Which I got from another DB) in to DB tables. The three spreadsheets contain feedback data, customer data and person data. When moving I need to map foreign key relationships between the data. Is there any way I can achieve this without the use of SSIS?
Share
use
openrowsetWe can transfer the data using OPENROWSET. But I dont think we can mark FK relation ship while transferring the data. That you have to do after transfer.
See MSDN link here
OPENROWSET