Search code examples
c#sqlsqlcmd

Can sqlcmd.exe path be configured?


I want to change the location of sqlcmd.exe from its default place to my desired one. Can I place it in my project directory for example?


Solution

  • Try move Resources(it is in same dir where sqlcmd.exe is) folder and sqlcmd.exe together. My guess sqlcmd.exe using resources from that folder.