I wish to take all the values from one table column and place them all into another table column (using MS SQL Server). However, I also wish to CONCAT the value 'A' to the start of each of the cell contents that is input into the second table. Is there an SQL solution to this or do I have to write a Perl script via DBI to do this. I am all set up for the Perl option.