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
How do I silently uninstall vSphere Client?
passin a value from one jsp to other
SharePoint - single user can't access Rich Text Editor
virus/hacker changed computer registered owner
how to transfer apps from my iphone to my itunes library
Php and Apache server 2.2
WDS Server 2008 R2 - PXE Error
ForeFront - TMG
Group Policy applied to Terminal Server is stopping Shortcuts placed in Public Desktop from appearing
screenprint32 does not work on windows 7 what is a replacement ?