Oct 18, 2012 at 2:59 PM
Edited Oct 18, 2012 at 3:01 PM
|
Hi all,
I use SQL Database Migration Wizard (latest version) in my OS (language: Chinese Traditional), and occurred some errors when schema and data export:
BCP "[Northwind].[dbo].[Categories]" out "c:\SQLAzureMW\BCPData\dbo.Categories.dat" -E -n -S localhost -T
Here is the BCP output:
╢}⌐l╜╞╗s...ñw╜╞╗s 8 ¡╙╕Ω«╞ªCíC║⌠╕⌠½╩Ñ]ñjñp (ª∞ñ╕▓╒): 4096«╔╢í (▓@¼φ) ┴`¡p : 1 Ñ¡ºí
: (¿C¼φ 8000.00 ╕Ω«╞ªC)
Here is the Regex string being looked for: [0-9]+\srows copied
Has any workaround or solution to handle this error?
Thanks.
Note: This error is occurred when export data and schema or export data only, if export schema only, it works.
|
|
|
|
Hi,
I have found a solution: modify language to support Traditional Chinese.
My problem is solved.
Thank you.
|
|