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
Data conversion using MS BizTalk 2009
Is there a broken links reporting tool available for SharePoint?
Password for installed application?
Find & Replace on all views, stored procedures, functions in a given database/server
C# ,framework 2.0 , bindingsource filter question
Auto-Complete problem
How to make a web directory to be an application in Windows 2008 application server/web server?
How to format tag right?
Accidentally removed all users from Server 2008
Duplicating a record in an MS Access Database