• SELECT REPLACE(CONVERT(VARCHAR(10), GETDATE(), 1), '/', '') AS [MMDDYY]]

    you would need to replace GETDATE() function with your date field. This will display as

    010710.

    Are the leading zeros a problem?