spLoadRecord_Kpi
Parameters
| Parameter | Parameter Type | Mode | Description |
|---|---|---|---|
| @PKID | int | IN |
Definition
Copy
create procedure dbo.spLoadRecord_Kpi (
@PKID int
) as
select * from Kpi where ID = @PKID