does someone know MSsql "int" can accept how large size of number? is 999,999 or 9,999,999 or 99,999,999 thanks
thank you Teelo, what will happen if a query is bigger than 2147483647 ? any way to solve the problem?
unsigned, or use a bigint... Unless you plan on allowing negative numbers, it's better to use unsigned anyway.