shanghai2004
Programmer
Dear Expert,
I use BCP to export data from tables in one database and then import the data files to the same tables in another database with different collation.
What is the row order in the data files exported from a table? Should the row order in destination table have the same order as in data file if I don't specify any order in BCP command (in)?
I have trouble to verify the BCP results. Less then 4% tables have the row orders different from the source tables (most tables only have one row in different order).
An export suggested me to download a 14 day trial version of redgate's data compare, but my company does not allow me to download or buy any applications. Is there a way to create .sql file to do the work?
Thanks
A poor programmer
I use BCP to export data from tables in one database and then import the data files to the same tables in another database with different collation.
What is the row order in the data files exported from a table? Should the row order in destination table have the same order as in data file if I don't specify any order in BCP command (in)?
I have trouble to verify the BCP results. Less then 4% tables have the row orders different from the source tables (most tables only have one row in different order).
An export suggested me to download a 14 day trial version of redgate's data compare, but my company does not allow me to download or buy any applications. Is there a way to create .sql file to do the work?
Thanks
A poor programmer