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
Default time exchange deleting emails
DELL LATITUDE D610 80GIG STUCK IN BOOT LOOP
Dictionary list C#
What is the best Raid stripe size and Windows allocation unit size for large files?
I have designed an website in flash as well in html, if the browser dont have flash then i want them to be directed to the html version, or else they need to directed to flash version
GroupWise 6.0.1 - Some addresses are undeliverable and have been crossed out
Winsock error in XP Professional Error 12029 Provider entry MSAFD Could not make an HTTP connection.
Mail folders->knowing what FILE is for what message
looking for best web designer.
RegisterArrayDeclaration and RegisterClientScriptBlock