Azure – Directory.GetFiles() Not Finding BCP
I am testing one of our legacy programs in an Azure VM. I have SQL Studio and SDK installed to get BCP. The program is attempting to use Directory.GetFiles("C:\Program FilesMicrosoft SQL Server", "bcp.exe", SearchOption. AllDirectories) to get the path to…