|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Need CheckSum AlgorithmHi,
We have checksum function in sql server 2000,i would like to implement same in .Net.Can some one provide checksum algorithm. Thanks ManDev. 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. > Hi,
I would like to know whter posted code will work same like sql checksum()?? Thanks ManDev Hi,
I would like to know posted c++ code work like sql checksum()?? Thanks Mandev ManDev wrote:
> We have checksum function in sql server 2000,i would like to implement Is there a reason you can't make a call to the database to perform the> same in .Net.Can some one provide checksum algorithm. checksum? 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 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 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 > |
|||||||||||||||||||||||