I need to execute a SP in Sql Server. I excute the SP using external Script as follows.
Declare @partid int Declare @Quantity float Declare @unitCost float E