how to change these Date Time strings to sql server DateTime Type:
"Thu May 07 19:19:27"
"Thu May 07 19:19:33"
"Thu May 07 19:19:34"
"Thu May 07 19:19:34"
"Thu May 07 19:19:35"
|
|
how to change these Date Time strings to sql server DateTime Type:
|
||||
|
|
|
Here's a snippet of TSQL that you may be able to use in a stored procedure or function to convert the strings into SQL DateTime.
|
||
|
|
|
Use the |
||
|
|
|
Are you looking at converting those date strings into DateTime values using an SQL stored function/procedure or in some external program? |
||
|
|