John's right. 120 is the version of the CONVERT date statement you are after though.
SELECT CONVERT(VARCHAR(30), CAST (CAST('20110607 12:09:21' AS VARCHAR) AS DATETIME) ,120)
Is this just a one off thing or is the datetime stored as text in a column?
SQL SERVER Central Forum Etiquette[/url]