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
IE8 JavaScript Disabled
Not answered How to call Javascript function when checkbox columns are checked
Another boring Lat/Long to X/Y question with bonus!
What new geospatial features are in SQL 2008 R2 but not in SQL 2008
IIS / .NET / sharepoint performace
Exporting Linux Display in Windows
Citrix: unable to load/see printers on Mac
Convert old MAC Adobe Director Project to new PC version
How to disable multitasking on iOS4 iPhone 3G ?
Java Calculator Problem