Tagged Questions

0
votes
3answers
29 views

Backup only new or edited records

I have built a SQL Server Express database that is going to be housed on an external hd. I need to be able to add/update data on the database that is on my system, as well as other systems and then …
0
votes
3answers
105 views

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. In the new system, we would ideally like to utilize data in a C# DataTable object to …
0
votes
1answer
22 views

bcp Logon error

I continually get a logon error no matter which logon I use or from what tool I approach this (shell/sqlsms) output …
0
votes
2answers
64 views

BCP: Unable to resolve column level collations

Running this: bcp MyDb.dbo.uvwMyView out "c:\Test.txt" -SMyServer -T -c I get this error: SQLState = S1000, NativeError = 0 Error = [Microsoft][SQL Native Client]Unable to resolve column level …
0
votes
1answer
59 views

Save Sql Recordset into the Flat text file?

Hi, i need to dump my sql query result into the text file. i have created the following query, DECLARE @cmd VARCHAR(2048) SET @cmd = 'OSQL -localhost -CRN370 ' + ' -UCRN370 -PCRN370' + ' …
1
vote
2answers
130 views

Bulk Insert a File with a Text Field with Carriage Return (Enters)

Hi!, I´m having trouble with bulk insert a file that contains a field in data type text, and it holds enters and the delimiter for the fields are pipes "|" and the row terminator is "|\n" I get an …
0
votes
1answer
59 views

Why does bcp output null when the column contains an empty string and empty string when the column is null?

This struck me as really weird behaviour and I spent a while checking for bugs in my code before I found this "out copies from the database table or view to a file. If you specify an existing file, …
0
votes
1answer
111 views

How can I catch Sybase bcp errors reliably?

We're using named pipes with Sybase bcp so that we can compress output on-the-fly. This is a paraphrase of the error handling idiom, some error checking in the non-bcp parts of the script has been …
1
vote
1answer
124 views

Can SQL Server bcp in a file with Unix line endings?

I'm trying to use the SQL Server bcp utility to import a text file from a samba share. bcp is choking on the Unix line endings. I'm sure I could add an intermediate step, either on Unix or Windows, to …
0
votes
2answers
45 views

MySqlServer2000 data export to text file ???

Hi, I need to export all data from a database into a text or csv file from MSSQL Server2000. I have read from msdn and found that a tool 'bcp' could be useful for exporting data into text file. But …
0
votes
2answers
346 views

export table to file with column headers (column names) using the bcp utility and SQL Server 2008

I have seen a number of hacks to try to get the bcp utility to export column names along with the data. If all I am doing is dumping a table to a text file what is the most straightforward method to …
0
votes
1answer
68 views

sql server 2008: bcp_sendrow, issue: invalid time format

Hi! I'm having a problem "Invalid time format" when I try to use bcp functions(bcp_sendrow/bind etc.) to insert into a table having a datetime column. so as per googled examples, I populated a …
0
votes
0answers
67 views

howto use bcp_bind to insert dateTime values in sql server (2008) ?

Hi, I've a sample table, and it has cols of a few types including datetime. I'm trying to test bulk insert into it using the bcp_* api. I encounter a problem when trying to insert datetime values …
0
votes
2answers
180 views

BCP Utility

Hi, I need to have ability in my application to be able to export some data using the SQL Server BCP utitility. The machines where this utility would run would not have SQL Native Client installed on …
0
votes
0answers
77 views

SQL Server BCP utility not updating all rows under Vista (Windows Server 2008)

Hi, We have a database table that we pre-populate with data as part of our deployment procedure. Since one of the columns is binary (it's a binary serialized object) we use BCP to copy the data into …

1 2 3 next
15 30 50 per page