how to use bcp command to output stored procedure result
- From: "BJ" <bonnie.tangyn@xxxxxxxxx>
- Date: 12 Aug 2005 21:09:32 -0700
Hello all
I can use bcp command to output database views to text file. My
statement is:
bcp database_name..viewname out output_filename.txt -Uusername
-Sservername -Ppassword -c
However, an error occurs when I use the same statment to output stored
procedure result. I typed:
bcp database_name..stored_procedure_name out output_filename.txt
-Uusername -Sservername -Ppassword -c
Could anyone give me some suggestions?
Thanks
BJ
.
- Follow-Ups:
- Re: how to use bcp command to output stored procedure result
- From: Michael Peppler
- Re: how to use bcp command to output stored procedure result
- Prev by Date: Log Analyzers
- Next by Date: Re: how to use bcp command to output stored procedure result
- Previous by thread: Log Analyzers
- Next by thread: Re: how to use bcp command to output stored procedure result
- Index(es):