I need to parse file name and file path from full path using SQL Query.
Eg. Fullpath - \SERVER\D$\EXPORTFILES\EXPORT001.csv
FileName Path
EXPORT001.csv \\SERVER\D$\EXPORTFILES\
I need to parse file name and file path from full path using SQL Query.
Eg. Fullpath - \SERVER\D$\EXPORTFILES\EXPORT001.csv
FileName Path
EXPORT001.csv \\SERVER\D$\EXPORTFILES\
Using
REVERSE
is easier to see