Home Forums SQL Server 2005 Development Order by date not by alphabatical order but by usual jan - Feb etc required RE: Order by date not by alphabatical order but by usual jan - Feb etc required

  • Instead of MONTH( startdatetime) use convert(char(6), startdatetime, 112)

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2