The bulk copy program `bcp` is a command line tool that can be used to export data from Microsoft® SQL Server™ or SAP Sybase Adaptive Server Enterprise databases to a data file in a user-specified format.
I'm trying to insert some data into a table from a csv document which has all of the fields delimited …
sql-server xml bulkinsert bcpI have a stored procedure that stores values in temp tables. It all works well, but I can not bcp …
sql bcpI get below mentioned error when I run BCP command for trusted connection: Copy direction must be either 'in', 'out' …
sql-server sql-server-2005 bcpI am writing a Windows Batch file and the batch file is supposed to output a file in a specific …
sql-server windows date batch-file bcpI am facing problem while I am trying to insert data to a table using BCP. The table has a …
bcpThis struck me as really weird behaviour and I spent a while checking for bugs in my code before I …
sql sql-server null bcpI have a remote SQL Server with a hostname I am using to connect to. BCP suggests to use bcp …
sql-server command-line-interface bcp bulk-loadI'm doing a BULK INSERT into a table using a FMT format file, but I get the following error: XML …
sql-server bulkinsert bcpI upgraded our Windows Server from 2008 to 2012 and the SQL Server from 2008 to 2014. I have a process that uses the …
sql-server sql-server-2014 windows-server-2012 bcpI am testing bulk import from a comma separated csv file to sql server 2012. for this purpose i have created …
csv sql-server-2012 bcp bulk-import