Viewing 2 posts - 1 through 2 (of 2 total)
use below command
SET FMTONLY OFF
SET NOCOUNT ON
exec storeproc name
October 3, 2011 at 3:37 pm
#1389872
Thanks mike
this code help me...
cast(round(tblInventoryItem.itemcost + tblUpgrades.ItemCost,2) as numeric(8,2)) as totalcostincupgr
September 19, 2007 at 5:20 am
#734524