I try to run this:
string StrCmd = " -S MyServer -U sa -P sa-d DBTest -n -u >>
C:\\test\\Resul t_TestPatch.sql -i C:\\test\\TestP atch.sql ";
Process.Start(" osql.exe", StrCmd);
But nothing apend, no error no result... If I cpy paste this code in the
Run (in start menu ) it works!
Someone can help me?
string StrCmd = " -S MyServer -U sa -P sa-d DBTest -n -u >>
C:\\test\\Resul t_TestPatch.sql -i C:\\test\\TestP atch.sql ";
Process.Start(" osql.exe", StrCmd);
But nothing apend, no error no result... If I cpy paste this code in the
Run (in start menu ) it works!
Someone can help me?
Comment