Programming TSQL convert int to string –Converts an int to a string SELECT CONVERT ( varchar , intcolumn ) FROM TABLE