G
Guest
Hi,
I use DateTime.Now and Serialize an object into XML field (Sql 2005).
the problem is that:
select CONVERT(datetime, '2006-10-09T13:54:06.9248089+02:00')
ERROR: Conversion failed when converting datetime from character string.
Any idea ?
I use DateTime.Now and Serialize an object into XML field (Sql 2005).
the problem is that:
select CONVERT(datetime, '2006-10-09T13:54:06.9248089+02:00')
ERROR: Conversion failed when converting datetime from character string.
Any idea ?