I really would appreciate your help.
Probably it\'s a quite simple problem to solve - but I\'m not the one .. ;-)
I have two tables in SQL Server:
the sub query looks like
insert into table_name (col1,col2,....) values (select col1,col2,... FROM table_2 ...)
hope this help