bcp
Why do I get "XML parsing: line 2, character 0, incorrect document syntax" when Bulk Inserting in MS SQL Server
I\'m doing a BULK INSERT into a table using a FMT format file, but I get the following error: XML parsing: line 2, character 0, incorrect document syntax[详细]
2022-12-18 13:23 分类:问答SQL SERVER 2005 BCP Format File Creation Error
I am having an issue with SQL Server 2005\'s BCP utility. I am running SQL Server Express 2005 on Windows Vista. I am trying to create a non-XML format file for some tables in my database.[详细]
2022-12-18 12:37 分类:问答SQL Server BCP: How to put quotes around all fields?
I have this BCP command: \'bcp DBName..vieter out c:\\test003.txt -c -T /t\"\\\",\\\"\" -S SERVER\' The output CSV I get does not put quotes around the field names, instead it puts it around the co[详细]
2022-12-16 21:02 分类:问答What are the binary storage formats for sqflt8, sqlmoney and other native SQL data types?
According to the documentation, native (binary) data can be imported or exported with bcp formatted in the native SQL Server data formats.Examples of these are SQLFLT8, SQLFLT4, SQLMONEY or SQLNUMERIC[详细]
2022-12-16 19:27 分类:问答when to use a format file for bulk copy program (bcp)
When would开发者_开发百科 we use a format file for bcp?Usually, when you have different column separators.[详细]
2022-12-15 13:18 分类:问答bcp and backspace (^H) delimiter
I need to parse a flat file which is containing backspace (^H) character delimiter between fields. I need to parse this file and insert into sql server 2005 tables.I tried to use bcp utility along wit[详细]
2022-12-15 12:29 分类:问答What is the difference between bulk copy (bcp) and bulk insert in SQL Server 2008?
What is t开发者_运维百科he difference between bulk copy (bcp) and bulk insert? Is there a switch to export all of the data in all of tables in a database for bcp?[详细]
2022-12-15 03:08 分类:问答Is it possible to create a SQL Server native file from c# (like BCP native format)
We are upgrading a 15 year old code-base, there is a requirement to create some native BCP formatted data files.[详细]
2022-12-12 22:19 分类:问答bcp Logon error
I continually get a logon error no matter which logon I use or from what tool I approach this (shell/sqlsms)[详细]
2022-12-12 06:59 分类:问答Save Sql Recordset into the Flat text file?
i need to dump my sql query result into the text file. i have created the following query, DECLARE @cmd VARCHAR(2048)[详细]
2022-12-11 02:00 分类:问答