i dont suggest you to have a timstamp to join the tables, why are you using 3 columns to join to fact table, what is the structure of your time dimension, you just have to join the fact table and time dimension based on the sorrogate key in time dimention, i mean each and every date in time dimention will be represented by one unique value as a key to dimension while populating the fact table you have to refer the time dimention for particular date and papulate the key from time dimention to fact table so that later it will be easy for you to join the tables, dont store dates in fact tables,
ô¿ô Kishore