Hi,
Our company, based in US , got a client in Japan and I am assigned a project to create a shell database ,with out data, (from existing database ) with Japanese_CI_AI collation on the SQL Server ,tables
and each column level.. (where ever collation applicable ).I have dropped and recreated every object and I have also changed char, varchar and text to nchar, nvarchar and nvarchar(MAX) respectively.
These seems to work well. But, we just got two more clients with Spanish and French language users, as a result I am supposed to create another Shell databases for these two clients with French and
Spanish collations.
My question is, is there any better way to handle such cases ?, it doesn't seem practical to add a separate environment with their respective collation when ever we get new clients with new languages.
Thank you so much for your support.