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
Internet explorer crashes
Unable to RDP into Windows 2003 SBS after reboot
CF - Syntax error in Update statement
Sum column in datagrid
Uneccessary Programs/ addons ...things that take up internet bandwidth that can be removed.
Variable 'dataRS' is used before it has been assigned a value. A null reference exception could result at runtime.
How to lower commit charge in windows XP
PowerPoint 2007 Edit Links to Files buttons are greyed-out
Need Fast Help: Macro Security Issue with Vista/Office 2007 from 2000 Database
WSS 3.0 migrate site from development machine to production server - Best practices