insert TableA
select 'IDDate',IDDate
from tableB
union all
select 'Notified',Notified
from tableB
union all
select 'Detail',Detail
FROM tableC
I hope there's a column which is common across tables by which you link it, but you've not shown it in example above. in that case you need to include that column also in inserts
------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/