Geetha
09-04-2002, 09:34 AM
I bcp out data from a source table
Truncate table from destination
Then bcp in data to the destination table
When I do a select * from the destination table the order in which it displays
is different from the order in which it displays in the source
Note: This table has some nonclustered unique index on a field. The destination
table displays in that order.
Thanks for your help in advance
Truncate table from destination
Then bcp in data to the destination table
When I do a select * from the destination table the order in which it displays
is different from the order in which it displays in the source
Note: This table has some nonclustered unique index on a field. The destination
table displays in that order.
Thanks for your help in advance