• how abt this?

    declare @month datetime

    set @month = 'apr'+'1 2010'

    SELECT DATEPART(MONTH, @month)

    Cheers,,,

    Cheers