Microsoft
Software
Hardware
Network
Question : string to date
Hey
I gave a string that stores a date ( 20091211205325-032babb7). The first 4 characters are year, next 2 are month and the next 2 are day. What I want to do is change the format to MMDDYYYY and update a date column called xdate.
I cant figure out the sql statement
Answer : string to date
update tbl set xdate = left(badfield, 8)
Random Solutions
Extract chars from a string using regex
How to replace a D-cell with a universal adapter instead
Unable to receive mail using Mail Enable
How to force converted PDF's into links to open at a certain % - cs3
Format of date command
Small business server 2003 - sent mail is "lost" somewhere...
Generate report/query from sample data
VBA syntax to include a specific directory and a selected file
Access-list
aspx page not loading image at run time....