E Ezekiël Nov 19, 2003 #1 Can anyone help me to convert text datatypes into datetime types in sql server?
T Tom Lewis Nov 19, 2003 #2 You can use either CAST() or CONVERT() functions in your SELECT statement. These are well documented in books online.
You can use either CAST() or CONVERT() functions in your SELECT statement. These are well documented in books online.