Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Arithmetic overflow error
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Divers
Thread ID:
00894230
Message ID:
00894398
Vues:
6
Sergey,

I doubled checked variable declarations and confirmed that @s1_count is declared as integer.
When I run the above statement in Query Analyzer the result is 28 ...and no error message:

declare @fib_lot char(6)
set @fib_lot = '030363'
SELECT count(fib_s1) from dsiweb.dbo.s2p2_results
where fib_s1>0 and inst_type='S'
and fib_lot = @fib_lot

Thank you,
Daniel
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform