Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Update ALL Rows in one pass

    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...

Viewing post 1 (of 2 total)