I'm using SQL server 2000, and just not sure how to parse out the information I want from a varchar string. The sting looks something like this:
D:\MailRoomImporter\incoming_documents\releases\OC\11024714.tif
and I'm trying to parse out just the word "releases". So, I'm trying to get everything to the right of "incoming_documents\" and everything to the left of the next "\"
These are log files of where images are stored, and I'm trying to parse out the directory name, in this case in the "releases" folder.
Any help is greatly app0reciated, thanks!
D:\MailRoomImporter\incoming_documents\releases\OC\11024714.tif
and I'm trying to parse out just the word "releases". So, I'm trying to get everything to the right of "incoming_documents\" and everything to the left of the next "\"
These are log files of where images are stored, and I'm trying to parse out the directory name, in this case in the "releases" folder.
Any help is greatly app0reciated, thanks!