I have some date data in a stock spread sheet that reads in the 03/04/09 format (DD-MM-YY.) From this data, I want to populate a Registration year(which is set to type INT.) field in the database *only* with the year part at the end. (so for example 09.) Basically I need to know what function I would need to use in SQL to achieve this. (A brief example in the correct syntax would be appreciated.)