I want a query or SSIS solution to solve my problem. I have a main table. I want a query that create some tables with tha name of one of my columns values and copy the related record to that table. Example :
name, id, address,tell
aaa , 1 , asfsaf , 234
bbb , 23 , afa , 654
aaa , 34 , kkk , 73
ccc , 3434 ,hfdg , 643
ccc , 325 , uytr , 876
So create 3 tables named : "aaa" and "bbb" and "ccc". For more info I attached a pic :
Thank you