BCP failed if table name contains Japanese characters
description
Tryign to migrate one of my databases to SQL Azure yet it failed with the below,
SQLState = S0002, NativeError = 208
Error = [Microsoft][SQL Server Native Client 10.0][SQL Server]Invalid object name 'example.dbo.???'.
bcp.exe "[example].[dbo].[得意先]" out "c:\SQLAzureMW\BCPData\dbo.得意先.dat" -E -n -T -S myserver
Has anyone seen this before?