blah blah blah is here! blah blah » Close

0
votes
0 answers

How to Log result of bcp command to a .txt file

I am using bcp from C# asp.net web application. savefilepath = @"C:\Validations\Bcp6.txt"; System.Diagnostics.Process proc = new System.Diagnostics.Process(); proc.StartInfo.FileName ="bcp"; proc.StartInf ...

Feedback