Microsoft
Software
Hardware
Network
Question : SQL: Pull name from substring .
I am looking to pull out name from a substring, have tried a couple idea's but getting held up on the first name:
Displayed as: Doe, Joseph Moe (Joseph)
Result: Joseph Doe
Any help that can be provided would be much appreciated!
Answer : SQL: Pull name from substring .
SELECT OriginalName, LEFT(OriginalName, CHARINDEX(',', OriginalName) - 1) + ' ' +
SUBSTRING(OriginalName, CHARINDEX('(', OriginalName) + 1, CHARINDEX(')', OriginalName) - CHARINDEX('(', OriginalName) - 1) AS Redone
FROM SomeTable
Random Solutions
Computer doesnt power on...
Thumbnail Photo on Exchange 2007
Designing Luns and datastores
How to configure two types of update timings for VSE 8.7i via EPO server?
Vista DLLHOST.EXE Popup
What is the Best Digital Camera, that is tiny, takes video and takes great pictures?
css positioning for image caption - image height changes but container is absolute
SSAS 2008 MDX All Member Before Current Member
Vlookup Excel 2007
Anyone get Quickbooks errors in the Windows App log but not the program? Intuit says normal