Hi all,
I have a spread Excel Sheet with Three (3) Sheets.
1st: has all Customers
2nd: rows refers to customers on 1st sheet
3rd: rows refers to customers on 1st sheet
===>
One-to-many One-to-Many
|Sheet2| --------------> |Sheet1| <------------- |Sheet3|
===>
I need to Export all data to SQL Server 2008. I'm willing to create tables with respect to referential integrity.
I'm thinking to export one by one but I thought maybe a better way to do it.
What are some suggestions please for this process?
--------------------------
Joins are what RDBMS's do for a living