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
Windows form dialog box Refresh parent
Fixing - Cannot perform an aggregate function on an expression containing an aggregate
Exactly what does Compact and Repair do?
Delete all asp.net users with applicationId = xx
Excel 2007 VBE
How do I format text to diplay currency in VB?
How do i get XP OEM key off HP laptop?
windows server 2003 server hack issue
DCOM got error "Logon failure" error on DC
How do you move controls in a Word 2007 template?