SSMS Tips and Tricks

Productivity Driven Development

Search and Execute Actions Using Quick Launch

| Comments

One of my favorite features in SSMS 2016 is Quick Launch. If you focus in the Quick Launch box in the top right corner, you can start typing and it’ll show you the list of matching options and menus.

You can also search in specific categories by prefixing the search string with @.

ShortcutDescription
@mruRecently Used Items
@menuMenu Items.
@optSettings in Options dialog box.
@docCurrently Opened file names/paths

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