Collation
rcd.guerra
Posts: 15
Hello,
my SQL Server db has correct collation "Latin1_General_CI_AS".
If i update some varchar column with the value "Comité" for instance it is commited correctly.
When i'm generating data from the tool, it is complying with the db collation.
For instance, the value "Comité" is inserted as "Comit�".
Does anyone have a clue why this is happening ?
Thanks in advance!
Best regards,
Ricardo
my SQL Server db has correct collation "Latin1_General_CI_AS".
If i update some varchar column with the value "Comité" for instance it is commited correctly.
When i'm generating data from the tool, it is complying with the db collation.
For instance, the value "Comité" is inserted as "Comit�".
Does anyone have a clue why this is happening ?
Thanks in advance!
Best regards,
Ricardo
Comments
What collation is the database configured to use?
If different, what is the collation of this particular varchar column?
What Windows language setting and keyboard layout are you using?
Many Thanks
Eddie
Senior Product Support Engineer
Redgate Software Ltd
Email: support@red-gate.com
thanks for your post.
The db and particular column use the same collation, Latin1_General_CI_AS.
Windows Language is en-US.
Default input language is pt-PT (Portuguese).
Keyboard layout is en-US
Thanks for your time.
I've just set up a DB using that collation and used Data Generator to insert "Comité" into a varchar(50) column. It seemed to work correctly (querying the table in SSMS shows the value correctly).
Could you tell us a little more about what generator you are using for that column, how you're specifying the values and so on?
Redgate Software
We are using a FileList generator having a file containing a set of values with accents.
I've tried changing that file encoding but no success either.
Can you explain how does the generator fills the values in the preview so we can also debug what might be wrong here ?
Thanks a lot!
Ricardo
Redgate Software
Thanks a lot!
Ensure "UTF-8" is selected as the file type, then save it.
Redgate Software