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 to improve the email performance in C#
Is there a tool to check to see who has enabled auto-forward in outlook
Cisco VPN client for Windows, use both RSA SecurID soft token and hard token
Iterating through a PDF file (stepping through) for validation purposes
Crystal report 2008, draw graph with huge of data.
How do I write data to separate excel worksheets in coldfusion?
parsing XMLDOM
setup Xsan with couple of Apple macs final cut pro
Coldfusion - SQL syntax
Force Outlook 2003 to use encryption connection to Exchange