Is there a good way of exporting SQL_Latin1_General_CP1_CI_AS data to a UTF-8 format

  • Well I got the question, I already know that it's not possible via a t-sql query

    But what would be a good way be to deliver data from sql server 2008 database to an unknown rdbms system in utf-8

  • it might be helpful ...

    Use SSIS to get data in csv or flat file and this is pretty simple or u can use export option also

    Open the file in Notepad++ and click Encoding->Convert to UTF-8.

    (Do not click Encode in UTF-8 because it won't actually convert the characters.)

    Create a new file in Notepad++ -> Go to Encoding -> Encode in UTF-8 -> Copy-paste the contents -> save the file as .csv

    WINNERS NEVER QUIT AND QUITTERS NEVER WIN

    WINNERS NEVER QUIT AND QUITTERS NEVER WIN

    sqlserversdba.wordpress.com

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

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