How can I convert a String to a Date in T-SQL?
My test case is the string: \'24.04.2012\'
\'24.04.2012\'
Microsoft SQL Date Formats
CONVERT(DateTime, DateField, 104)