In one of our project(a kind of ETL project), there was a requirement to map the a single table columns with multiple table column. I searched in many forums and finally from MSDN learned a new implementation using Joins.Here we go:These are the three tables and their columns.MasterTable: ID Name Value Area State County CreatedDateModifiedDateState: IDStateCodeStateCreatedDate
↧