I would like to run a query and save the results as tab separated file. This is all no problem but in:
Query -> Query Options -> Results -> Text -> Maximum number of characters in each column
I can only select 8192 characters as maximum. This may not be enough. Is there a way to ensure that all characters are included if the column is nvarchar(max)?
Thanks!
Christian
Right click on database in Management studio, Tasks => Export Data.
Set the destination to a “Flat file destination” and then chose to write the query to export.