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
Event ID 1050 MSEx Runtime
having trouble installing SP3 for Exchange Server 2007 before installation begins
nslookup issue
Delete USB Virtual Printer Ports
iPad Camera Connection Kit does not display .jpg images on iPad
how can i kill a process by force
PHP - Just installed question
How to develop user control in silverlight
citi.bridgetrack.com
Rules at the mailbox level via Exchange