Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: FailSafe
  • Content: Threads
  • Order by date
  1. FailSafe

    Update ALL Rows in one pass

    I need to be able update all the rows in Table using information from another Table and a Formula. EG: Table #1 (Only has ONE Record) GoodMails (Int) BadMails (Int) Table #2 Tokens (String) GoodTokens (Int) BadTokens (Int) Score (Numeric(18,4) I only want to read Table 1 ONCE I then need to...
  2. FailSafe

    Parse an Undetermined Number of Tokens.

    My Spam Filter is working great using Bayesian Filters and for those of you who want to know how Bayesian Values are calculated the following procedure should explain it. Anyway on with my problem. I want parse ALL the Tokens that I have collected when I process the Email to a Stored Procedure...
  3. FailSafe

    Decimals calculated as Int.

    I have this strange problem where a Calculation in my Stored Procedure only shows the Int Value. The Code below always returns 0 or 1 and never the decimal value. Can some on help? DECLARE @HAMS int, @SPAMS int, @GOOD int, @BAD int, @SCORE decimal(14,3) SET @HAMS = (SELECT...

Part and Inventory Search

Back
Top