Search Results

0
votes

How can I convert a varchar field of the form: YYYYMMDD to a datetime in T-SQL?

Use the CONVERT() function? http://msdn.microsoft.com/en-us/library/ms187928.aspx …