I am running the EXPORT WIZARD to a flat file on SQL Server 2008.
I am providing a query for this process which grabs data from a view:
SELECT [Full Date
Edit
Datatypes for the columns in the error message need to be changed to NVARCHAR
. Since you have a requirement to not modify the view, use CAST or CONVERT in the query to modify the appropriate columns. I would still ensure the UTF-8
code page is specified for the destination file just for consistency.
Original
In the Import/Export wizard, change the code page to 65001 (UTF-8)
for the file destination.