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
Hide/show button depending of if textbox has text or not with jQuery?
c# .net - get command line argument on form load
In an SQL Server Stored Procedure, how do I declare a cursor using a Where clause passed in as a parameter?
Not able view Thumbnails of psd files
Update field in table with unbound field on form.
Summing values based concatenated date and variable
Can I use DFS to replicate VM's between two MS Hyper-V Servers?
XP won't load in Normal Run Mode
How to disable multitasking on iOS4 iPhone 3G ?
Massage Data From CLI into Array