Change Character Set During Upgrade
I'm in the process of migrating our database to a new server. I noticed that the current character set of the database is WEISO8859P1 - ISO 8859-1 West European which is not a recommended character set. There is no reason for the database to be in this odd character set. Should I change the character set to the default(WE8MSWIN1252) when creating my target database?
0