G
Guest
I try to run this:
string StrCmd = " -S MyServer -U sa -P sa-d DBTest -n -u >>
C:\\test\\Result_TestPatch.sql -i C:\\test\\TestPatch.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\\Result_TestPatch.sql -i C:\\test\\TestPatch.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?