SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,013 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi Team.
I am trying to use a BCP utility to export data to a text file.
BCp command is working. However, I want the file format in UTF-8 format.
How to achieve this ?
Thanks
See bcp Utility => with parameter -c you can define the code page, 65001 = UTF-8