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
Sharepoint 2010 - 2 domains and non domain users
Using an additional domain controller when PDC crashes
Error: "The site <sitename> could not be found in the Web application SPWebApplication Name=MOSS Parent=SPWebService"
iPhone Data Recovery After iOS4 Upgrade
how to rename a file before saving it after uploading in c#
Public Desktop Icons not showing in RDP sessions
VMware mount-exe not working in Windows 7 64bit
exhcnage 2010 Hub Transport load balancing
NAT setting and vmware
Dynamics AX 2009 - AOS Performance