Home All Groups Group Topic Archive Search About

Need CheckSum Algorithm

Author
12 Sep 2006 3:37 AM
ManDev
Hi,

We have checksum function in sql server 2000,i would like to implement
same in .Net.Can some one provide checksum algorithm.


Thanks
ManDev.

Author
12 Sep 2006 5:18 AM
Arnie Rowland
Amazing, I got this when I googled ".NET checksum algorithm":

http://www.developerfusion.co.uk/show/1706/


--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc

Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous


Show quote
"ManDev" <Manohar.***@gmail.com> wrote in message
news:1158032246.203571.4360@b28g2000cwb.googlegroups.com...
> Hi,
>
> We have checksum function in sql server 2000,i would like to implement
> same in .Net.Can some one provide checksum algorithm.
>
>
> Thanks
> ManDev.
>
Author
12 Sep 2006 6:44 AM
ManDev
Hi,

I would like to know whter posted code will work same like sql
checksum()??

Thanks
ManDev
Author
12 Sep 2006 6:45 AM
ManDev
Hi,

I would like to know posted c++ code work like sql checksum()??

Thanks
Mandev
Author
12 Sep 2006 9:52 AM
Chris Lim
ManDev wrote:
> We have checksum function in sql server 2000,i would like to implement
> same in .Net.Can some one provide checksum algorithm.

Is there a reason you can't make a call to the database to perform the
checksum?
Author
12 Sep 2006 1:51 PM
ManDev
Actually we need to process  million of records from text file ,so
connecting to for each record means lot burden on server as wel as
performance.To avoiding that we need to do it in .Net.


Thanks
Mandev
Author
12 Sep 2006 3:06 PM
Roy Harvey
In theory at least it might be possible to load the entire text file
into SQL Server, then extract it again with the checksum included.
That would avoide "connecting for each record" at least.

Roy Harvey
Beacon Falls, CT

Show quote
On 12 Sep 2006 06:51:10 -0700, "ManDev" <Manohar.***@gmail.com> wrote:

>Actually we need to process  million of records from text file ,so
>connecting to for each record means lot burden on server as wel as
>performance.To avoiding that we need to do it in .Net.
>
>
>Thanks
>Mandev
Author
13 Sep 2006 4:59 AM
Roger Wolter[MSFT]
What are you doing with checksum that requires it to be the same as the SQL
Server checksum?

--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Show quote
"ManDev" <Manohar.***@gmail.com> wrote in message
news:1158069069.971049.235870@b28g2000cwb.googlegroups.com...
> Actually we need to process  million of records from text file ,so
> connecting to for each record means lot burden on server as wel as
> performance.To avoiding that we need to do it in .Net.
>
>
> Thanks
> Mandev
>

AddThis Social Bookmark Button