You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ssms/template/templates-ssms.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,9 @@ This tutorial introduces you to the prebuilt Transact-SQL (T-SQL) templates that
30
30
31
31
To complete this tutorial, you need SQL Server Management Studio and access to a SQL server.
32
32
33
-
- Install [SQL Server Management Studio](https://docs.microsoft.com/sql/ssms/download-sql-server-management-studio-ssms).
34
-
- Install [SQL Server 2017 Developer Edition](https://www.microsoft.com/sql-server/sql-server-downloads).
33
+
* Install [SQL Server Management Studio](https://docs.microsoft.com/sql/ssms/download-sql-server-management-studio-ssms).
34
+
35
+
* Install [SQL Server 2017 Developer Edition](https://www.microsoft.com/sql-server/sql-server-downloads).
35
36
36
37
## Use Template Browser
37
38
@@ -104,17 +105,17 @@ You can also create a new template in Template Browser. The following steps show
104
105
105
106
5. Right-click the template you created, and then select **Edit**. The New Query Window opens.
106
107
107
-
6. Enter the T-SQL text that you want to save.
108
+
6. Enter the T-SQL text that you want to save.
108
109
109
110
7. In the **File** menu, select **Save**.
110
111
111
-
8. Close the existing query window, and then open your new custom template.
112
+
8. Close the existing query window, and then open your new custom template.
112
113
113
114
## Next steps
114
115
115
116
The best way to get acquainted with SSMS is through hands-on practice. These *tutorial* and *how-to* articles help you with various features available within SSMS. These articles teach you how to manage the components of SSMS and how to find the features that you use regularly.
116
117
117
-
*[Connect to and query an instance](connect-query-sql-server.md)
118
-
*[Scripting](scripting-ssms.md)
119
-
*[SSMS Configuration](ssms-configuration.md)
120
-
*[Additional Tips and Tricks for using SSMS](ssms-tricks.md)
118
+
*[Connect to and query an instance](../tutorials/connect-query-sql-server.md)
0 commit comments