Viewing post 1 (of 2 total)
Is the Decimal Conversions correct here or is there a simpler way.
CREATE PROC spUpdateTokenScore AS
SET NOCOUNT ON -- Suppress record count messages for a performance boost.
-- Declare two variables.
DECLARE @HAMS...
October 14, 2004 at 4:14 pm
#526850