URI:
   DIR Return Create A Forum - Home
       ---------------------------------------------------------
       ExcelSoft Database Professionals
  HTML https://esdbp.createaforum.com
       ---------------------------------------------------------
       *****************************************************
   DIR Return to: General
       *****************************************************
       #Post#: 105--------------------------------------------------
       Bookmarks in SSMS to save scrolling
       By: srinivasma_exceldbp Date: November 18, 2014, 4:56 am
       ---------------------------------------------------------
       When reviewing code in SQL Server Management Studio (SSMS) we
       have a built-in tool to help save you time: Bookmarks! Bookmarks
       help you mark locations in code that you can quickly jump to.
       This is especially helpful when reviewing code in large scripts.
       Books marks can be created  one of the two ways. First set your
       cursor at the desired location in code. You can set bookmarks by
       going to the Edit menu –>Bookmarks->Toggle Bookmark. The other
       way is when you have your cursor set you can use the keyboard
       shortcut of Ctrl+K, Ctrl+K to add a bookmark. When you’ve
       created a bookmark you’ll see a small grey/white box in the left
       side window. Now scroll to other locations in code you’d like a
       bookmark and repeat this process.
       To navigate between Bookmarks you can use the keyboard shortcut
       Ctrl+K, Ctrl+N to go to next one or Ctrl+K, Ctrl+P to navigate
       to previous. Now you can quickly and easily jump between
       sections of code!
       *****************************************************