The database I am working with (SqlSvr 7.0) has a field which contains
a string of text, primarily a directory/folder path with filename (d:\dirpath1\subdirpath2\subdirpath3\filename.ext). I want to use SQL to extract the filename (filename.ext) from the end of the string and
place the result (filename and extension.. sometimes there may not be an extension) in say a new table. Help..
a string of text, primarily a directory/folder path with filename (d:\dirpath1\subdirpath2\subdirpath3\filename.ext). I want to use SQL to extract the filename (filename.ext) from the end of the string and
place the result (filename and extension.. sometimes there may not be an extension) in say a new table. Help..