Inserting XML data into SQL table - TechRepublic
Question
October 19, 2020 at 10:11 AM
danmc69

Inserting XML data into SQL table

by danmc69 . Updated 5 years, 7 months ago

I have 2 tables in MS SQL which I want to insert XML data:Address and Merchant.Address already contains inserted data, the other one(Merchant) has a foreign key (IdAddress), to link the tables.My wish is to insert data into the table Merchant, so when I insert the XML data, the record could be linked with the already inserted record from table Address.Any ideas how to do it?

All Comments