Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 665 Bytes

SRD0016.md

File metadata and controls

31 lines (21 loc) · 665 Bytes

SQL Server Rule: SRD0016

Assembly SqlServer.Rules.dll
Namespace SqlServer.Rules.Design
Class ConsiderRemovingUnusedParameterRule

Rule Information

Id SRD0016
Friendly Name Unused input parameter
Category Design
Ignorable true
Applicable Types Procedure
Scalar Function
Table Valued Function

Description

Input parameter never used. Consider removing the parameter or using it.

Summary

Removed unreferenced parameters