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
Single quotation in strVariable causes error 2147217900
SSIS insert primary key - there must be a way
How Can I forward email from a mailbox to a distribution list in exchange 2003 using a forwarder?
Expr field in VFp9.0 report designer
Trigger for INSERT, UPDATE, DELETE - determine which event happened within the trigger?
SQL Sorting Issue
MVVM WPF: Binding Problems
Why is the Remote Install Tab not showing up in the active directory after I install RIS on a server?
"select where count" Access SQL query
Windows Server 2008 File Server inaccessible from clients