Microsoft
Software
Hardware
Network
Question : Split data from one column into 2 columns
I have a filed called month_year with sample data of 004/2009. I want to make this into two fields called month and year with data being 004 and 2009 respectively. The data format is consistent throughout.
Answer : Split data from one column into 2 columns
update yourtable
set [month]=substring(month_ye
ar,1,3) ,[year]=substr(month_year,
5,4)
where month_year like '___/____'
Random Solutions
OEM Crystal Viewer vs 3rd Party Crystal Viewer
I want three selects, but only require one select to have input
Printer Migration from Windows 2003 to Windows 2008 R2
Finding file owner - getting an error: identity references could not be translated
some emails arrive on blackberry but not in outlook
Google Adword
Sharing camcorder footage
Internet Explorer Nonfunctional After IE8 Upgrade
I am looking forward to learn about JSF with ICEfaces
MSG 3930 error in sqlserver2008