Microsoft
Software
Hardware
Network
Question : SQL DateTime conversion
I am trying to copy a varchar field in a source table to a new table field that is DateTime. I cannot complete the process because I get an error "The conversion of a char data type to a datetime data type resulted in an out-of-range datetime value." How can I find the data causing me problems?
Answer : SQL DateTime conversion
SELECT CAST ('1900-01-01 '+ STUFF(STUFF( CALL_TIME, 5,0,':' ), 3,0, ':' ) as datetime )
FROM Stage_Dialer_History
WHERE isdate(CALL_TIME) = 0
Random Solutions
Access Web front-End
Converting txt files into Access or Excel format
Append string from editbox to text file
EM_FORMATRANGE gives insufficient memory when printing with PCL 6
how to run a batch file from an asp.net 2.0 web page?
How to open outlook .ost file
Bulk Email ID Modification
Exchange 2007 powershell commands
Remove page lines in excel
Populate a listbox with files from a directory