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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 how to covert text to datetime

Author  Topic 

Nitu
Yak Posting Veteran

81 Posts

Posted - 2006-01-31 : 17:04:17
Hi

I have a field which is text. I want to convert it to datetime.

(the value of the field which has its data type as text is a date)

thanks inadvance

Nitu
Yak Posting Veteran

81 Posts

Posted - 2006-01-31 : 17:10:37
Never mind. I got it

Thanks anyways
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2006-02-01 : 00:54:27
>>(the value of the field which has its data type as text is a date)

Hereafter use DateTime datatype to store dates

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -