Click here to Skip to main content
15,889,403 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have developed a application that loads the record from Network (LAN) SQL Server 2008 Database. I have connect the database by multiple Nodes (4 Computers are connected with the single database server). Every System can Add, Edit, Delete the Records of the Database Table.

I have use the CHECKSUM_AGG Function.
SELECT CHECKSUM_AGG(BINARY_CHECKSUM(*)) AS CHECKC FROM tblUnits WITH (NOLOCK);

If any changes made that above query returns the value. We have compare the Old Value and Current Value by using that query. If the condition is false reload the records from the database.


For this operation we need a time sequence. I need a idea about choosing timer control and background worker...
For this which is not affecting CPU's memory. And Which is best for CPU performance.


Awaiting the for the reply.

Thanks and Regards,

[edit]SHOUTING removed - OriginalGriff[/edit]
Posted
Updated 24-Apr-13 21:02pm
v2
Comments
StianSandberg 25-Apr-13 2:43am    
you don't have to scream...
Anand Gunasekaran 25-Apr-13 3:02am    
But Nee the stuff's. Because I need to maintain the applications performance for though it has 50 forms. can you help?
OriginalGriff 25-Apr-13 3:02am    
DON'T SHOUT. Using all capitals is considered shouting on the internet, and rude (using all lower case is considered childish). Use proper capitalisation if you want to be taken seriously.
Anand Gunasekaran 25-Apr-13 3:08am    
I'm newbie. :) Thanks
OriginalGriff 25-Apr-13 3:44am    
It's basic Netiquette: http://en.wikipedia.org/wiki/Etiquette_(technology)
And it applies pretty much everywhere on the net.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900