Return the SpecLineNames value, indexed by name |
the SpecLineNames can be found with Select * from SpecLineNames Sample call to fSpecLineNames. select top 10 * from SpecLine where lineID = dbo.fSpecLineNames('H_3970') see also fSpecLineNamesN |
name | type | length | inout | pnum |
int | 4 | input | 0 | |
@name | varchar | 40 | input | 1 |