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.
Today I created a new staging table and a BCP .fmt file. I created some test data and attempted to …
sql-server-2008-r2 bcpI can't seem to find the right syntax to export data with column names using exec xp_cmdshell bcp in …
sql-server bcp xp-cmdshell(ANSWER) How to export some Geography data from a Microsoft Sql Server 2008. You'll need to use the command line argument …
sql-server-2008 export geography bcpThe current application I'm working lets call X is an archiving application for the data kept another application say Y. …
sql-server sql-server-2005 oracle unix bcpI need to export some data using SQL Server 2000's BCP utility. Sometimes my data contains characters, such as \t …
sql-server-2000 export escaping bcpI'm trying to use the SQL Server bcp utility to import a text file from a samba share. bcp is …
sql-server database cross-platform bcp line-endingsI’m working with a SQL stored procedure that makes a call to xp_cmdshell. xp_cmdshell has been enabled, …
sql-server sql-server-2012 bcp xp-cmdshellI have a file that needs to go to Poland. In my data I have an ó. When I output the …
sql-server unicode character-encoding bcpIn our project we are using bcp command to export about million of rows and logging the output to an …
sql-server-2008 export-to-csv bcpI have an application that make a copy from my database by bulk copy class in c#. Can I rollback …
c# sql-server rollback bcp sqlbulkcopy