Viewing 15 posts - 91 through 105 (of 748 total)
How can I ignore any error during the lengthy process? I indicate -e option but still got terminated,
Here is the bcp:
bcp Test.dbo.Test in C:\Rxie\SQL\20150902FullTest.rpt -f C:\Rxie\SQL\Test.fmt -T -F2...
September 3, 2015 at 9:57 am
Thank you Luis,
I am to start bcp all the data now and see how long it takes to complete all the 39977139 rows.
September 3, 2015 at 9:48 am
Thanks Luis, here is the new result:
SQLState = S1000, NativeError = 0
Error = [Microsoft][SQL Native Client]Incorrect host-column number found in BCP format-file
September 3, 2015 at 9:26 am
Luis Cazares (9/2/2015)
I suppose that that's what you found out (or maybe something we couldn't see).
I suggest you to read the...
September 2, 2015 at 2:38 pm
Please discard this post, I will report to Steve to remove it completely.
I am to start everything again.
I am deeply sorry to this and want to apologize to everyone who...
September 2, 2015 at 2:07 pm
I corrected an error in the format file, please use the new one attached here (change the .txt to fmt please), error becomes:
SQLState = 07006, NativeError = 0
Error = [Microsoft][SQL...
September 2, 2015 at 1:55 pm
GilaMonster (9/1/2015)
Depends if the index is useful to the query and the query capable of using the index.
Not knowing how you're replicating the data, it's a little hard to suggest...
September 1, 2015 at 12:12 pm
Fair enough. What is the datatype of the "subject column to be analyzed"?
varchar(1000)
August 9, 2015 at 5:32 am
Jeff Moden (8/8/2015)
That answers my questions #2 and #5. Still looking for answers on #1, 3, and 4. Those may also make a difference.
1. Is this a one-off...
August 8, 2015 at 7:35 pm
Thank you all replies.
As the data is really confidential and I can't risk to expose myself under any uncertain situation, so I am sorry I can't tell any real data...
August 8, 2015 at 7:12 pm
If you have to parse/split this column it is going to be very slow for that process but after it will make everything around that column better.
I agree with you.
August 7, 2015 at 2:40 pm
I asked previously if there is a way to isolate the portion that you need to search for. Thinking if you could parse that part into its own column then...
August 7, 2015 at 2:23 pm
Sean Lange (8/7/2015)
halifaxdal (8/7/2015)
Sean Lange (8/7/2015)
halifaxdal (8/7/2015)
The table contains daily data that to be analyzed to find out those fit into certain criteria, that's what the query is for....
August 7, 2015 at 1:54 pm
Sean Lange (8/7/2015)
halifaxdal (8/7/2015)
The table contains daily data that to be analyzed to find out those fit into certain criteria, that's what the query is for. I don't know...
August 7, 2015 at 1:25 pm
Thanks Sean.
The table contains daily data that to be analyzed to find out those fit into certain criteria, that's what the query is for. I don't know what else you...
August 7, 2015 at 1:16 pm
Viewing 15 posts - 91 through 105 (of 748 total)