Skip to content

Commit 555fe7a

Browse files
revert table of content changes made by vscode
1 parent 70a90dc commit 555fe7a

File tree

1 file changed

+41
-35
lines changed

1 file changed

+41
-35
lines changed

SSMS/SSMS_Tips.md

Lines changed: 41 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -18,41 +18,47 @@ Most tips works for SSMS higher 2008 but some of them only works for SSMS 2016 a
1818
- [ ] [Starting SSMS with a specific connection and script file](http://dbamastery.com/tips/ssms-cmdline-utility/)
1919

2020
**Table of Content**:
21-
- [SQL Server Management Studio Tips](#sql-server-management-studio-tips)
22-
- [Road map](#road-map)
23-
- [1. Import and Export Settings](#1-import-and-export-settings)
24-
- [2. SSMS Shortcuts](#2-ssms-shortcuts)
25-
- [3. Keyboard Shortcuts for Favorite Stored Procedures and Scripts](#3-keyboard-shortcuts-for-favorite-stored-procedures-and-scripts)
26-
- [Some useful shortcuts for `sp_WhoIsActive` from Kevin Feasel](#some-useful-shortcuts-for-sp_whoisactive-from-kevin-feasel)
27-
- [4. SSMS Scripting Option](#4-ssms-scripting-option)
28-
- [Script any object with data](#script-any-object-with-data)
29-
- [The Default Scripting Option](#the-default-scripting-option)
30-
- [5. Selecting a block of text using the ALT Key](#5-selecting-a-block-of-text-using-the-alt-key)
31-
- [6. Script Table and Column Names by Dragging from Object Explorer](#6-script-table-and-column-names-by-dragging-from-object-explorer)
32-
- [7. Disable Copy of Empty Text](#7-disable-copy-of-empty-text)
33-
- [8. Client Statistics](#8-client-statistics)
34-
- [9. Configure Object Explorer to Script Compression and Partition Schemes for Indexes](#9-configure-object-explorer-to-script-compression-and-partition-schemes-for-indexes)
35-
- [10. Using GO X to Execute a Batch or Statement Multiple Times](#10-using-go-x-to-execute-a-batch-or-statement-multiple-times)
36-
- [11. SSMS Template Replacement](#11-ssms-template-replacement)
37-
- [12. Color coding of connections](#12-color-coding-of-connections)
38-
- [13. SQLCMD mode](#13-sqlcmd-mode)
39-
- [14. Script multiple objects using the Object Explorer Details Windows](#14-script-multiple-objects-using-the-object-explorer-details-windows)
40-
- [15. Registered Servers / Central Management Server](#15-registered-servers--central-management-server)
41-
- [16. Splitting the Query Window and Annotations and Map Mode for Vertical Scroll Bar](#16-splitting-the-query-window-and-annotations-and-map-mode-for-vertical-scroll-bar)
42-
- [17. Moving columns in the results pane](#17-moving-columns-in-the-results-pane)
43-
- [18. Generating Charts and Drawings in SQL Server Management Studio](#18-generating-charts-and-drawings-in-sql-server-management-studio)
44-
- [19. Additional Connection Parameters](#19-additional-connection-parameters)
45-
- [20. Working with tabs headers](#20-working-with-tabs-headers)
46-
- [21. Hiding tables in SSMS Object Explorer](#21-hiding-tables-in-ssms-object-explorer)
47-
- [22. UnDock Tabs and Windows for Multi Monitor Support](#22-undock-tabs-and-windows-for-multi-monitor-support)
48-
- [23. RegEx-Based Finding and Replacing of Text in SSMS](#23-regex-based-finding-and-replacing-of-text-in-ssms)
49-
- [24. Changing what SSMS opens on startup](#24-changing-what-ssms-opens-on-startup)
50-
- [25. Modifying New Query Template](#25-modifying-new-query-template)
51-
- [26. Query Execution Options](#26-query-execution-options)
52-
- [27. SQL Server Diagnostics Extension](#27-sql-server-diagnostics-extension)
53-
- [28. Connect to SQL Servers in another domain using Windows Authentication](#28-connect-to-sql-servers-in-another-domain-using-windows-authentication)
54-
- [Solution 1: runas](#solution-1-runas)
55-
- [40. Reference:](#40-reference)
21+
1. [Import and Export Settings](#1)
22+
2. [SSMS Shortcuts](#2)
23+
3. [Keyboard Shortcuts for Favorite Stored Procedures and Scripts](#3)
24+
4. [SSMS Scripting Option](#4)
25+
5. [Selecting a block of text using the ALT Key](#5)
26+
6. [Script Table and Column Names by Dragging from Object Explorer](#6)
27+
7. [Disable Copy of Empty Text](#7)
28+
8. [Client Statistics](#8)
29+
9. [Configure Object Explorer to Script Compression and Partition Schemes for Indexes](#9)
30+
10. [Using GO X to Execute a Batch or Statement Multiple Times](#10)
31+
11. [SSMS Template Replacement](#11)
32+
12. [Color coding of connections](#12)
33+
13. [SQLCMD mode](#13)
34+
14. [Script multiple objects using the Object Explorer Details Windows](#14)
35+
15. [Registered Servers / Central Management Server](#15)
36+
16. [Splitting the Query Window and Annotations and Map Mode for Vertical Scroll Bar](#16)
37+
17. [Moving columns in the results pane](#17)
38+
18. [Generating Charts and Drawings in SQL Server Management Studio](#18)
39+
19. [Additional Connection Parameters](#19)
40+
20. [Working with tabs headers](#20)
41+
21. [Hiding tables in SSMS Object Explorer](#21)
42+
22. [UnDock Tabs and Windows for Multi Monitor Support](#22)
43+
23. [RegEx-Based Finding and Replacing of Text in SSMS](#23)
44+
24. [Changing what SSMS opens on startup](#24)
45+
25. [Modifying New Query Template](#25)
46+
26. [Query Execution Options](#26)
47+
27. [SQL Server Diagnostics Extension](#27)
48+
28. [Connect to SQL Servers in another domain using Windows Authentication](#28)
49+
29. [SSMS Default Reports](#29)
50+
30. [Live Query Statistics](#30)
51+
31. [Searching in Showplan](#31)
52+
32. [Object Explore Details](#32)
53+
33. [Working with Azure SQL](#33)
54+
34. [Using Extended Events and Profiler in SSMS](#34)
55+
35. [Vulnerability Assessment in SSMS](#35)
56+
36. [Import Flat File to SQL Wizard](#36)
57+
37. [AutoRecover in SSMS](#37)
58+
38. [View and query Power BI .pbix files in SSMS](#38)
59+
39. [Using SSMS to analyze Power BI with XMLA](#39)
60+
40. [SSMS shortcut to comment/uncomment a specific part of the query](#40)
61+
41. [Reference](#reference)
5662

5763

5864
**Great thanks to**:

0 commit comments

Comments
 (0)