Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Incrementing a varchar column

$
0
0
I am currently writing an SSIS package to migrate data from one third party database to a new third party one. This new third party uses a key in their tables of letter then 9 numeric.I have created a staging table to move the data from the old database to first, to allow me to update some of the values (eg, country code in old database is UK, in new database is GB), and would like to be able to create the key in this and then insert into the new database.Is there an easy way to do this?Thanks :)

Viewing all articles
Browse latest Browse all 3145

Trending Articles