vote up 0 vote down star

I get this error when I do a bulk insert with select * from [table_name], and another table name:

the locale id '0' of the source column 'PAT_NUM_ADT' and the locale id '1033' of the destination column 'PAT_ID_OLD' do not match

I tried resetting my db collation but this did not help. Has anyone seen this error?

flag

1 Answer

vote up 1 vote down

I would check what your default locale settings are. Also, you'll need to check the locale of both tables using sp_help to verify they are the same. If they aren't you'll need to convert it to the correct locale

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.