Hello,We have one table where we store all documents in one of the column called "Doc" with varbinary(max) data type. We want to download those documents from sql table to windows explorer and i wrote BCP in sql 2005. And things were fine.The format file I used there looks like this,9.0 1 1 SQLBINARY 0 0 "" 1 Doc "" Now we are in 2014 and when I try the same code with same format file, it hangs in the middle. So I changed the file to 12.0 instead of 9.0 but still not working. Any suggestions? Thanks a lot.
↧