Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

import master detail from excel into sql tables with GUID id

Hello,
I want to import from excel into an SQL table something like this:
master table Student (IDStudent as GUID, Name)
detail table Grade (IDGrade as GUID, IDStudent as GUID, Grade)
How can I obtain the IDStudent from the master table for inserting into the detail table? I read about the same thing, but that example had the ids autoincrement and with the lastinsertid was not a problem for importing.
Any suggestions would be very appreciated!
Thanks!
Labels (2)
1 Reply
Anonymous
Not applicable
Author