Hi,
I am using BCP Utility to fetch the data from my sql table and dump in text file. I can able to dump the query result to text file in the system where sql server is installed and running. But, actually i want the destination text file to be created in another system in the network. if i give the destination path location of another system, i am always getting error, such as,
Error = [Microsoft][SQL Native Client]Unable to open BCP host data-file
How to save the generated text file in some other system in the network or else move the text file to some other system once after the creation. Please advise
Thanks
abivenkat