language translation in SQL Server 2008 R2

  • Hi All,

    I am looking to help on Language translation option in SQL Server 2008 R2

    Here is my requirement

    I have one database (Table name and Column) in different Language, I need to transfer them into English

    If 2 or 3 tables and those columns I can use Google Translator and translate them but I have whole database in different Language

    is there any good option to translate to English.

    Please help me on this.

    Thanks

    Grace

  • gracebite1981 (4/24/2015)


    Hi All,

    I am looking to help on Language translation option in SQL Server 2008 R2

    Here is my requirement

    I have one database (Table name and Column) in different Language, I need to transfer them into English

    If 2 or 3 tables and those columns I can use Google Translator and translate them but I have whole database in different Language

    is there any good option to translate to English.

    Please help me on this.

    Thanks

    Grace

    Quick thought, there is nothing within the SQL Server that will do any kind of language translation, the most relevant thing would be the collation for the text but that is only for sorting and storing the data. Suggest you look for alternatives other than SQL Server as I'm certain that this is a dead end, possibly an SSIS web thingy or writing a small C# app.

    😎

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply