I am having an issue with SQL Server 2005 s BCP utility. I am running SQL Server Express 2005 on Windows Vista. I am trying to create a non-XML format file for some tables in my database.
I run the following code:
bcp jProd_000-1 .users format nul -T -f users.fmt
I get the following error:
An Error occurred while processing the command line
It doesn t display any other helpful information with regards to the error. I also used a SQL Server login instead of the -T . Can anyone provide any insight? What am I doing wrong?
Thank you!