Skip to content

Commit ecc306f

Browse files
authored
Add sp example anchor
1 parent 9a8465f commit ecc306f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SQL Server Name Convention and T-SQL Programming Style.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ Recommendations from Microsoft: [Stored procedure Best practice][11]
597597

598598
**[⬆ back to top](#table-of-contents)**
599599

600-
Stored Procedure Example:
600+
<a id="sp-example"></a> Stored Procedure Example:
601601

602602
```tsql
603603
IF OBJECT_ID('dbo.usp_StoredProcedure', 'P') IS NULL

0 commit comments

Comments
 (0)