Viewing 4 posts - 61 through 64 (of 64 total)
Is the BCP using a query or are you dumping the entire contents of the table? Is it possible you have a blown index? You might try rebuilding the indexes. ...
April 13, 2007 at 9:53 am
This is just a guess but is it possible you have some non-printable characters stored in text or char fields? I have had a problem in the past manipulating large...
April 11, 2007 at 6:59 am
When I saw this problem, I immediatly thought of two solutions. One was the method using the subquery to return the Min (or Max) value from the Instructor table and...
March 29, 2007 at 9:57 am
Rudi,
I would break the Customer table into two tables: A CustomerMaster that includes your CustomerKey field and any other attributes that either never change or you don't need to record...
March 15, 2007 at 7:17 am
Viewing 4 posts - 61 through 64 (of 64 total)