0
I put a folder in the terminal
exec xp_cmdshell 'dir b:\teste\*xlsx*'
exec xp_cmdshell 'dir b:\teste teste\*xlsx*'
When I add the space it does not find. It is impossible to change the name of all folders that have space pq has several to find the way to where I want all the files, how can I make it identify those folders that contain the space character without giving error?