Friends, I ask for help to solve a small problem.
I'm running SQL command through sqlCmd and Shell in C #, but the file is in a folder that contains "space" as follows.
Path: D: \ Sandboxes \ CIA Project \ 3-Development \ Scripts \ DDL \ DDL_T_DDW_CIA_PRODUTO_INDEXADOR.sql
When I run the Shell, the error is displayed: Win32Exception: The system can not find the file specified
Is there any way to make Shell understand the "space" in Path?
Following command is being executed.