The bcp utility is used to export data from Microsoft® SQL Server™ or SAP Sybase Adaptive Server Enterprise databases to a data file in a user-specified format. The Microsoft and Sybase versions have similar sytax, but can not be used interchangably.

learn more… | top users | synonyms

1
vote
3answers
507 views

SQL Server BCP utility best separator character to use

I am sure many would came across this scenario. Whenever we use SQL Server BCP utility to import/export data to-from delimited text files, which is the best "Separator Character" to use. We have ...
0
votes
1answer
63 views

Write second table of SP output to a CSV file via BCP

Im running SQL Server 2008 on winows server 2008 and I have a stored proc that outputs some information about a product entity with the inout as a product Id. It outputs a reecord to represent the ...
0
votes
1answer
423 views

SSIS - Export image datatype column to a flat file

I would like to export a table with image data-type column to a flat file using SSIS package and back. Is this possible or should I use another approach? By the way, the BCP utility do the job but I ...
0
votes
1answer
185 views

copying data between servers on two different machines - SQL

I found this question Copy table to a different database on a different SQL Server which is close to what I want but my two databases are on two different machines. I am interested in backing 1 or two ...
1
vote
0answers
397 views

Reading BCP files in Java

Is there any Java library (or example code) for reading files produced by the command-line Microsoft Bulk Copy (BCP) utility, used for importing/exporting SQL Server data? Some similar work is done ...
0
votes
1answer
180 views

Import CSV with data sections with BCP,BULK Insert or openrowdataset

I have a CSV file in following format which I wish to import in SQL table. I have a working solution for a straight CSV like header Column Rows footer But now I want to import following ...
2
votes
1answer
770 views

Can't identify reason for BULK INSERT errors

I'm trying to run this query (I also tried it without specifying FIELDTERMINATOR and ROWTERMINATOR). It's using a datafile that I am manually creating beforehand (not with bcp out). BULK INSERT ...
0
votes
2answers
384 views

How do you tell which field SQL 2k5 BCP is complaining about in a failed import?

I am getting the error Error - [Microsoft][SQL Native Client] String data, right truncation about 10 times before the import fails out on the outpu log. The error is a bit ambigous to which field in ...
0
votes
2answers
483 views

SQL Server import of file created through bcp

I'm currently reviewing how to import a file created from bcp in SQL Server on one computer into my local SQL Server. This is a datafile I received from a 3rd party so I have no idea of the data ...
1
vote
3answers
202 views

Upgrading to SQL Server 2008: Upgrading a VS2005 .NET program that uses BCP

I have VS2005 .NET C# program. My understanding is that VS2005 targeted only the 2.0 version of the .NET FW. The program uses the Bulk copy object. I believe the source dll of this object is the ...
1
vote
1answer
340 views

Uploading multi-line records into SQL Server

We receive fixed length datasets from a client that look something like this: 1 SOMEFILE 20110922 2 20110101ABC999 3 JOHN SMITH 19800201 4 5000000 1000 2 20060101DEF999 3 JANE ...
0
votes
1answer
1k views

Trouble geting BCP to work on local server

This is driving me mad... SQL Server 2008 R2 Developer Edition installed. Attempting to BCP to a file from the command line. bcp MyDb..MyTable out MyTable.dat -T Get the error: CTLIB Message: ...
0
votes
2answers
2k views

Minimum requirements to run Sql Server BCP.exe utility

I am working with a client who needs to do a data import to a remote SQL Server (2008) instance. The machine that the import will be done from cannot have SQL Server installed on it. Can the BCP.exe ...
0
votes
1answer
153 views

Import IBM Timestamp using BCP?

Is there a direct way to import an IBM timestamp in the format 2008-01-30.22.44.22.435894 using BCP into SQL Server 2008 R2 Enterprise datetime2 field? I have files being delivered from the AS400 and ...
2
votes
3answers
599 views

Why is BCP so fast?

So BCP for inserting data into a SQL Server DB is very very fast. What is is doing that makes it so fast?
1
vote
1answer
589 views

BCP exits with code 0

When running BCP from my Java application it exits with status code 0 when 1 is expected. I run bcp with an invalid combination of data and formatting file and bcp gives the following error: Starting ...
0
votes
1answer
803 views

Problem with BCP writing to .txt file from SQL

Im using Sql2008 trying to run this BCP command but it never creates the file. -- Export query DECLARE @qry2 VARCHAR(1000) SET @qry2 = 'SELECT * FROM @SkippedProductsTable' -- Folder we will ...
0
votes
1answer
262 views

bcp imports data as base 256?

When I import the following lines from a datafile: DATAFILE1: 1,2,3,4,5,6.789 10,11,12,13,14,15.6789 into SQL Server 2008 R2, The data comes in as though it is interpreting the data as ascii ...
0
votes
0answers
500 views

Move File to FTP

Thank you so much for helping me to do this recursive function to move every file in the folder. But now i encounter another question. I have to change the destination path to become sftp. Since it ...
0
votes
2answers
1k views

How do I find BCP on a SQL Server?

I am creating a library of code that will be deployed across several dozen Sql Servers in a corporate environment. Versions of SQL Server are mostly 2008, but some 2000, 2005 and 2008R2 instances ...
0
votes
3answers
2k views

Bulk Load Files into SQL Azure?

I have an ASP.NET app that takes multimegabyte file uploads, writes them to disk, and later MSSQL 2008 loads them with BCP. I would like to move the whole thing to Azure, but since there are no ...
1
vote
0answers
464 views

bcp exporting binary files [closed]

trying to do an export of some binary files; excel and word. The data gets outputted, but it's all corrupted. Here is the command that I am using: bcp "SELECT [content] FROM ...
0
votes
2answers
920 views

Struggling with SQL BCP (uniqidentifier, default values on columns…)

EDIT: My only pending issue is c) (True and False on file, bit on database, I can't change neither the file nor the database scheme, there's hundreds of terabytes I can't touch). The system receives ...
2
votes
3answers
522 views

Bulk Copy from small table to larger one in SQL Server 2005

I'm a newbie in SQL Server and have the following dilemma: I have two tables with the same structure. Call it runningTbl and finalTbl. runningTbl contains about 600 000 to 1 million rows every 15 ...
1
vote
3answers
255 views

How to get build to fail when running bcp from an msbuild script?

As part of sql server 2005, there is the bulk copy command "bcp.exe" (http://msdn.microsoft.com/en-us/library/ms162802%28SQL.90%29.aspx) We are running the bcp command from our msbuild script using ...
1
vote
0answers
2k views

BCP to bulk insert into a single row/field

I'm trying to get BCP to insert the contents of a text file into a single field. Example file content Field1,field2,Field3 1,test,, 2,,test 3,test,test The following command ...
0
votes
1answer
2k views

How to create .fmt file, and export data into multiple tables from mixed-input file

Am trying to set up a .fmt file using the bcp utility. I have been successfully able to create this before thus (using the table that data gets exported to as input): bcp cmsDatabase.dbo.Table1 ...
1
vote
1answer
2k views

BCP export with a comma row delimiter

I currently have a sproc that is exporting data to a csv file using bcp. It currently works fine except due to a change of requirment the file no longer can have a '\n' row delimiter and must now ...
1
vote
3answers
161 views

Is it possible to load a subset of columns using Sybase 15 bcp?

I have a CSV file with 20 or so columns and I want to load it into a table with only 9 columns - I want to throw away the rest. Can I do it directly with bcp or do I need to preprocess the file to ...
0
votes
1answer
180 views

sql server 2000 data in view to xml file

I am trying to get data from a table and store it as XML File as shown in Here. In a view I created the following: Select [name],[surname],[age] From Students and from a stored procedure I want to ...
0
votes
1answer
322 views

MS SQL Bulk Copy Program (BCP) Issue: SQL becomes incapable of serving web pages when carrying out BCP procedure

Within MS SQL 2008 we have two seperate mirrored databases each with a number of tables (say DB1 & DB2). The databases are queried by our Web Server to access data for our end clients, with approx ...
0
votes
1answer
479 views

Remove carriage return on last line in BCP SQL Server or Windows

I have file with 1,ABC 2,DEF 3,XYZ *+<CR>* which is bcp'd out from the sql server. I need the file to be like 1,ABC 2,DEF 3,XYZ *-<NO -----CR>* Dont ...
0
votes
2answers
568 views

Is there a way to force truncated columns to be inserted into a SQL Server table?

Data are given to me in a spread sheet which I'm converting to pipe-delimited files. I tried inserting over 46000 rows but four (4) of them failed with the error message SQLState = 22001, ...
0
votes
1answer
2k views

appending records using bcp into a csv or text file

how do I append records to an existing csv file on my C: drive by using BCP export of SQL Server. Name a b Now, this "Name" table has been updated with some new names: Name a b c d e ...
0
votes
1answer
394 views

import only new or updated records into sql database, using bcp to import and export

I am having a csv file. Now, i have to import all the data from this file into my sql database, mdf file. ItemID 178 212 3423 I would do the import simply from the bcp. But, after some time the ...
0
votes
2answers
1k views

SQL Server BCP not accepting pipe | field terminator in format file

I'm creating a BCP IN process to load a pipe delimited file into a table. The BCP utility gives me the error Error = [Microsoft][SQL Server Native Client 10.0][SQL Server]Syntax error at line 4 ...
2
votes
5answers
3k views

bcp command not working

I'm using the following bcp command BCP "select * from PACIFIC.dbo.CEOExtractCorpRulesView with(nolock) " queryout "d:\temp\CEOExtractCorpRulesView.txt" -S"tcp:BCBWEC-VIRTD2\SQL2005" -c ...
3
votes
1answer
5k views

Installing BCP with installing SQL Server in client machine?

I export data from database using the BCP utility, I want to install bcp in client machine. I don't want to install SQL Server 2008 in client machine. Is their any minimal installers available to ...
0
votes
1answer
2k views

sql bcp utility -in with xlsx ( Excel ) file

How to use bcp utility to import data from xlsx to sql database. When i tried to import it throws error saying 'String data, right truncation'. Do i need to specify any format or delimiters option ...
0
votes
2answers
979 views

Sybase ASE 12.0 CSV Table Export

What I'm trying to do is export a view/table from Sybase ASE 12.0 into a CSV file, but I'm having a lot of difficulty in it. We want to import it into IDEA or MS-Access. The way that these programs ...
1
vote
1answer
598 views

Sybase bcp doesn't export field headers?

Does anybody know to force sybase bcp to export column headers along with data? The utility documentation curiously ignores this important feature..., perhaps I missing something. Any help will be ...
3
votes
3answers
2k views

How to transfer data from a SQL Server Database to a Oracle Database

The current application I'm working lets call X is an archiving application for the data kept another application say Y. Both are very old applications developed about 8 odd years back. So far in my ...
0
votes
2answers
5k views

bcp error while exporting data using management studio in sql 2005 express but not using DOS

i am using sql server 2005 express edition . when i export data via bcp utility using dos prompt then there is no error , but when i created a stored procedure for the export process and use ...
2
votes
2answers
801 views

Where does the bcp format file go when created using the BCP utility?

I am trying to create a bcp format file for a table in my database using the bcp utility. Based on what I found here, I came up with the following cmd command: bcp dbName..tableName format nul -c -f ...
0
votes
1answer
484 views

Export .dat to Xml or readable file with help of .fmt

I downloaded a database from http://opendb.lightspeedsystems.com/contentupdate/database.htm it was a zip archive. Anyway my question is, there are two files: virussignatures.dat and ...
0
votes
1answer
737 views

Host-file colums may be skipped only when copying into the server

I want to create a xml file from my database with bcp. The following code works in SQL Server 2008 but not in SQl Express 2005. This is the code error: SQLState = S1000, NativeError = 0 Error = ...
0
votes
2answers
845 views

bcp error when importing data

C:>bcp dbo.[item] in 'C:\item.txt' -n -T -S"A-9" i am using this command, to copy the data from item.txt file into an item table. but i get the error as: SQLState = 37000, NativeError = 4060 Error = ...
0
votes
2answers
3k views

Exporting Table Data to Text file + C# + SQL Server

I am trying to export SQL table data to a text file with '~' delimiter in C# code. When data is small its fine. When it's huge, it is throwing an Out of memory exception. My Code: public static ...
1
vote
1answer
3k views

BCP Import Help

I'm having trouble importing data from a tab-delimited *.txt file into my SQL table using BCP. I keep getting two "Invalid character value for cast specification" errors. As a test, I manually ...
0
votes
1answer
338 views

SQL Server equivalent query for the given mysql query

Table name : sample Table structure : ID int NAME varchar(30) IPADDRESS varbinary(16) mysql query : load data concurrent local infile 'C:\test.txt' into table sample fields ...