Solution if you have a varchar string column such as StartDate is to use convert
So StartDate of '01/04/2010' becomes correct date of !st April 2010 and not 4th Jan 2010.
Other times where this conversion comes in useful is shown in the following examples:
Convert date to string in sql so you can add to string expressions etc: