SSMS Tips and Tricks

Productivity Driven Development

Improve Readibility by Turning on Word Wrap and Line Numbers

| Comments

If you work with really long and complicated Sql, you can make your code more readable by turning on Word wrap and Line Numbers. You can do this under Tools->Options->Text Editor->Transact-SQL.

Want to learn more about SSMS? Check out this Pluralsight course.
Use SqlSmash to write maintainable SQL scripts, understand code faster and navigate around easily in SSMS.

Comments