Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
dimepop
Starting Member
33 Posts |
Posted - 2012-09-13 : 04:55:47
|
Hi i have a table with the design:Name DataType----------------------name - nvarchar (50)LastRunTime - datetimeNextRunTime - datetimeWhen i try to insert a date of the typename 13-09-12 10:13 13-09-12 10:18I get the error:The conversion of a varchar data type to a datetime data type resulted in an out-of-range valueI think this is a valid format so why it is not working? How can i correct this?Thanks |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2012-09-13 : 10:26:22
|
http://visakhm.blogspot.com/2011/12/why-iso-format-is-recommended-while.html------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
 |
|
|
|
|