Select CONVERT(varchar, intColumn) + strColumn ... from tablename
--Here CustomerId is Int and CustomerAdd is Varchar Select Cast(CustomerId As Varchar(10)) + CustomerAdd from tblCustomer
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)