How to word wrap in SQL Server Management Studio

Sql ServerEditorSsms

Sql Server Problem Overview


How do I enable word wrap for SQL Server Management Studio 2008's query editor?

Sql Server Solutions


Solution 1 - Sql Server

Just enable it through the options.

  • Tools
  • Options
  • Text Editor
  • All Languages
  • Settings - Check Word Wrap

Solution 2 - Sql Server

Tools - Options - Text Editor - Transact-SQL - Word wrap

Solution 3 - Sql Server

you can add it to your tool bar.

  1. tool bar(right click)
  2. customize
  3. commands tab
  4. choose the toolbar you want to add it to (2nd radio button)
  5. press 'add command'
  6. from categories 'edit' choose 'toggle word wrap'
  7. press 'ok'

Solution 4 - Sql Server

Goto: 1.Tools 2.Options 3.Text Editor 4.All Languages 5.General 6.Word wrap

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionaslisabanciView Question on Stackoverflow
Solution 1 - Sql ServercodingbadgerView Answer on Stackoverflow
Solution 2 - Sql ServerPondlifeView Answer on Stackoverflow
Solution 3 - Sql ServerZiv.TiView Answer on Stackoverflow
Solution 4 - Sql ServerTahir77667View Answer on Stackoverflow