TSQL convert int to string Posted on March 29, 2012 by torrancejones –Converts an int to a string SELECT CONVERT ( varchar , intcolumn ) FROM TABLE