vote up 0 vote down star

Can SQL Server Grid "Save As" be changed to write out an encoding that is Text instead of UTF-16?

When I right click a Result Grid in SQL Server it allows for a Save As .CSV. Currently it saves the .CSV file encoded as UTF-16 (Unicode) but Excel does not open this format automatically (Excel prompts for a delimiter). To get around the prompt, I opened the file in SlickEdit and did a Save As "Text". Of course this is an extra step.

flag

52% accept rate
I presume you're talking about SQL Server Management Studio? SQL Server itself doesn't have a UI. – Mark Ransom Apr 1 at 18:28
Mark. That would be correct. SQL Server Management Studio. – Gerhard Weiss May 15 at 11:21

1 Answer

vote up 1 vote down check

This answer applies if you're using Sql Server Management Studio for SQL 2005/2008.

On the "Save Results" form, the "Save" button has a small drop-down button at its right-hand end.

Click this and select "Save with Encoding". Select ANSI to get a single-byte character set.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.