Hi guys,
I am facing a problem using an OSQL command.
I am trying to store the output of the procedure in a file.
The command that i am writing is as follows
OSQL /U Username /P password /d VHR_DATASQL /S SQLSRV1 -s"" /Q "exec procedure_name" -o C:\AMEX.dat
however the output that it is generating ( size of the file ) is 100 times larger
than the file ...that is expected. The file size it creates is @ 300 MB .
please let me know where i am going wrong.
Thanks,
Raxit