Click to See Complete Forum and Search --> : complex mathematical operaions in sql sever


insane_programmer
August 6th, 2008, 01:06 AM
hi,
i have a small problem in mathematical operations in sql server 2000,

the main aim is to divide a 32 digit number with the number 97...basically to get its mod..but the problem is as follows

first : does sql server 2000 support such huge number formats

second: will the normal mod operation work on such a number format and if it does not..is there ant alogirthm for such huge operations


thanks,
regards : Insane programer

Shuja Ali
August 6th, 2008, 02:39 AM
Welcome to the forum :wave:
does sql server 2000 support such huge number formatsMy first advice would be, why not try it yourself and see if SQL 2000 supports it or not.