What I\'m trying to achieve is fairly straight forward, to get one date format to another;
From This: Jan 30 2013 12:00:00:000AM To This: DD/MM/YYYY>
Jan 30 2013 12:00:00:000AM
DD/MM/YYYY>
Try http://www.sql-server-helper.com/tips/date-formats.aspx. Lists all formats needed. In this case select Convert(varchar(10),CONVERT(date,YourDateColumn,106),103) change 103 to 104 id you need dd.mm.yyyy