Use a combination of functions.
Select Replace(Convert(char(10),DateCol,101),'/','')
Convert gives mm/dd/yyyy (style 101)
Replace removes the / by replacing it with an empty string. Terry L. Broadbent
FAQ183-874 contains tips for posting questions in these forums.
NOTE: Reference to the FAQ is not directed at any individual.