Data Type MSSQL

8> SELECT CONVERT(VarChar(20), 'April 29, 1988')
9> GO
--------------------
April 29, 1988
(1 rows affected)
1>