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
SQL 2008 Database
What would be the ideal budget server configuration for 25 exchange users in one office?
Strip CRLF from txt file using existing query
Internal Cert Issue
Passing Paremeters to AddHandler Method in VB.NET
print small fonts (The number must be between 10 and 400...
Decision Matrix
"Service Unavailable" for all ASP pages, but all html pages OK (intermittent)
Automation error in Vista CreateObject("InternetExpl<wbr />orer.appli<wbr />cation")
Need clarification on SMS to SCCM side by side upgrade