Skip to content

Commit 67b4997

Browse files
author
Steve Stein
authored
Merge pull request MicrosoftDocs#426 from diogoff/patch-3
Merging into the publishing queue.
2 parents 09d807a + 6b3b544 commit 67b4997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ssms/tutorials/lesson-3-2-create-custom-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ ms.workload: "On Demand"
7272
7373
10. In Query Editor, type **EXECUTE dbo.WorkOrdersForBlade**, and then press F5 to execute the query. Confirm that the **Results** pane returns a list of work orders for blades.
7474
75-
11. Edit the template script (the script in step 7), replacing the product name Blade with the parameter ***\<*product_name**, **nvarchar(50)**, **name*>***, in four places.
75+
11. Edit the template script (the script in step 7), replacing the product name Blade with the parameter **\<product_name, nvarchar(50), name>**, in four places.
7676
7777
> [!NOTE]
7878
> Parameters require three elements: the name of the parameter that you want to replace, the data type of the parameter, and a default value for the parameter.

0 commit comments

Comments
 (0)