bcp -R -
02-15-2007
, 09:14 AM
Hi
Our MS-SQL Server 2005 database server runs with American English language
setting. I want to make imports from remote client. Local settings on this
client is Czech and I want import files with Czech dates (dd.mm.yyy instead
of mm.dd.yyy) and numbers (21,9 instead of 21.9). Bcp.exe with -R option
doesn't work. Any other suggestions ?
I use this command :
bcp table_name in infile_name -S server -f format_name.fmt -R
--
ondra |