Skip to content

Commit e6600ae

Browse files
authored
USE AdventureWorks20012 -> USE AdventureWorks2012
1 parent 57f45ee commit e6600ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ ms.workload: "On Demand"
4848
7. In Query Editor, type the following script to create a stored procedure that looks up orders for a particular part, in this case the Blade. (You can copy and paste the code from the Tutorial window.)
4949

5050
```
51-
USE AdventureWorks20012;
51+
USE AdventureWorks2012;
5252
GO
5353
IF EXISTS (
5454
SELECT *
@@ -80,7 +80,7 @@ ms.workload: "On Demand"
8080
12. Now the script should look like:
8181
8282
```
83-
USE AdventureWorks20012;
83+
USE AdventureWorks2012;
8484
GO
8585
IF EXISTS (
8686
SELECT *

0 commit comments

Comments
 (0)