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
MS Access 2007 - closing a table
how to eliminate double input of a value
How to get zip codes to convert properly from Excel to Access
How do you check the current date format of an SQL Server 2005 database?
Compaq Presario SR5010NX Desktop PC
UTF-8 / ASP Problem - Foreign Characters from SQL 2008
SQL Count Query In a Main Query
Basic steps for a Zip code search ASP.NET VB, MS SQL 2008
Calendar question
Pass Web Page as Parameter to Class in App_Code Folder