About 12,400,000 results
Open links in new tab
  1. Shortcut: Code outlining in SQL Server Management Studio

    Jul 19, 2018 · For some years now, SQL Server Management Studio (SSMS) has had the ability to use code outlining, the same way that other Visual Studio applications can. This can be very …

  2. Code Outlining | Microsoft Learn

    Feb 13, 2025 · You can select the minus sign on the SELECT * line to collapse just that SELECT statement. To collapse the whole BEGIN - END block, select the minus sign on the BEGIN …

  3. ssms - "collapse all' or "toggle outline" in SQL Server

    A new feature in SQL Server Management Studio 2008 is 'outlining' (the ability to collapse regions). It is awesome. However, by default all regions are expanded. I can't seem to find a …

  4. code folding in ssms? – SQLServerCentral Forums

    May 10, 2013 · For example, a new developer can choose to auto-collapse all regions of a class in order to understand the high-level structure of the class. I'm not aware of a similar way to do …

  5. ssms - Shortcuts/Snippets to select a block of code - Database ...

    Mar 11, 2017 · One way to quickly select blocks of code within SSMS is to minimize the code using the -button next to the leading keyword in a SQL statement (e.g. SELECT, UPDATE, …

  6. SQL Server Custom Keyboard Shortcuts – SQL Rob

    Sep 1, 2024 · In SSMS, certain regions of code (Like BEGIN .. END) can be collapsed or expanded. The File menu lists Ctrl + M, Ctrl + L as a shortcut to expand or collapse all of these …

  7. How do I collapse code in SQL Server Management Studio?

    How do I collapse SQL code? You can click the minus sign on the SELECT * line to collapse just that SELECT statement. To collapse the whole BEGIN – END block, click the minus sign on …

  8. Quick Regions in SQL Server Management Studio (SSMS)

    SQL Server Management Studio (SSMS) supports one way to separate sections of long-ish T-SQL scripts natively, by using begin/end: To demonstrate, start with a snippet of T-SQL that …

  9. Outlining not working in SSMS 18.x and 19.x | Microsoft …

    In SSMS 18.x and 19.x, the outlining feature that allows you to collapse SQL code often stops working, i.e. the +/- next to the code disappears and neither shortcuts or clicking in the menu …

  10. sql server 2008 - Collapse/Expand Code Blocks - Stack Overflow

    Feb 22, 2017 · In Microsoft SQL Server Management Studio 2016, how do i generate the "-" and "+" (like image below) to collapse/expand code blocks?

  11. Some results have been removed