Reputation: 185
How do I configure SQL Server Managment Studio to show all text data from a field?
Upvotes: 0
Views: 59
Reputation: 21
you can also use rightClick/ResultsTo/Results to Text. this will give you all of the info, but it will have a lot of white space
Upvotes: 1
Reputation: 185
I just got the answer, the grid results does limit it. Just click with right button and export it to .csv file, and it will be all data from the field.
Upvotes: 0