Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to word wrap in SQL Server Management Studio

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

like image 678
aslisabanci Avatar asked Sep 23 '10 08:09

aslisabanci


People also ask

How do I turn off word wrap in SSMS?

You can easily turn on this feature for the SSMS query pane, just follow the steps below to turn on this feature.. In the "Options" window select "All Languages" on the left side. On the right side under Settings there is a "Word wrap" option which is unchecked by default as shown below.

How do I wrap text in SQL Developer?

Configure > Preferences > User Interface - Editor > Tabs & Wrapping - Wrap lines.


2 Answers

Just enable it through the options.

  • Tools
  • Options
  • Text Editor
  • All Languages
  • Settings - Check Word Wrap
like image 140
codingbadger Avatar answered Sep 25 '22 15:09

codingbadger


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

like image 31
Pondlife Avatar answered Sep 24 '22 15:09

Pondlife