can i store data from two diifferent table into single flat file using BCP.
and mark the everyline with table it is coming from like, if i have two tables
T1 and T2...so that flat file should take the data as..


T1|col1|col2|col3|col4|col5
T2|col1|col2|col3|col4|col5|col6|col6


Please advice.
Thanks
Harish