I have been using MySQL for some time now and have been very happy with its performance ( and cost - free! )... but my most recent app ( web app, but will soon convert to COM model ) requires something more speedy... so i decided to switch to MSSQL, with practically no background with it
the biggest problem that i am facing is that the data within the database is in both english and spanish, with portuguese coming soon... the international characters are giving me a fit...
within MySQL, a and á were treated as the same character, as well as all of the other international characters and their most basic counterparts... this worked beautifully for my app... but now, with MSSQL this is not the case at all... a and á are completely different from one another...
hopefully, someone will understand my problem... i am a bit familiar with Enterprise Manager... is there a way to tell the SQL Server to treat these characters as the same alphabetically, but display them properly?...
Thanks in advance!...
the biggest problem that i am facing is that the data within the database is in both english and spanish, with portuguese coming soon... the international characters are giving me a fit...
within MySQL, a and á were treated as the same character, as well as all of the other international characters and their most basic counterparts... this worked beautifully for my app... but now, with MSSQL this is not the case at all... a and á are completely different from one another...
hopefully, someone will understand my problem... i am a bit familiar with Enterprise Manager... is there a way to tell the SQL Server to treat these characters as the same alphabetically, but display them properly?...
Thanks in advance!...