Click here to Skip to main content
15,913,388 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionAdditional content Pin
whatever10131-Oct-06 10:28
whatever10131-Oct-06 10:28 
QuestionInsert data in database via Visual Studio (VB) [modified] Pin
TazzT31-Oct-06 9:56
TazzT31-Oct-06 9:56 
AnswerRe: Insert data in database via Visual Studio (VB) Pin
_AK_31-Oct-06 17:48
_AK_31-Oct-06 17:48 
QuestionFTPWebRequest issues Pin
rrlevron31-Oct-06 5:23
rrlevron31-Oct-06 5:23 
Questionhow to connect to DB dynamically in ASP .net Pin
Meena T Shivaram31-Oct-06 5:18
Meena T Shivaram31-Oct-06 5:18 
AnswerRe: how to connect to DB dynamically in ASP .net Pin
wEb GuRu...31-Oct-06 5:58
wEb GuRu...31-Oct-06 5:58 
GeneralRe: how to connect to DB dynamically in ASP .net Pin
Meena T Shivaram31-Oct-06 10:28
Meena T Shivaram31-Oct-06 10:28 
Questionbulk update Pin
karanba31-Oct-06 5:08
karanba31-Oct-06 5:08 
Hi. I need advice on a manner;

There are lots of items, that I must count for user hits on them. I use mssql to handle item and hit data. There is need to update hit value on time. There for best performance which way is the best? Or could you give a better advice?

1. make an global array in application state and gather hit values for items in this array. When the array total hit count reaches to a big value (for ex: 10000 hits counted). Make update to all items hit field in the database with;

(1.a) with a loop over hit array
(1.b) write a sql text file and triger mssql to execute this sql command file.

2. update item hit value on every hit

item_table
<br />
id   | hit<br />
-----------  <br />
1    |  54<br />
2    |  48<br />
3    |  13<br />
4    |  80<br />
.<br />
.<br />
.


thanx

karanba

AnswerRe: bulk update Pin
just3ala231-Oct-06 20:30
just3ala231-Oct-06 20:30 
QuestionLocking Client Computer through ASP.Net Pin
aseef31-Oct-06 3:50
aseef31-Oct-06 3:50 
QuestionLogin Control and Roles.... Pin
dbrook00731-Oct-06 3:49
dbrook00731-Oct-06 3:49 
Questioncustom validator Pin
gus_br31-Oct-06 3:43
gus_br31-Oct-06 3:43 
AnswerRe: custom validator Pin
ednrgc31-Oct-06 5:33
ednrgc31-Oct-06 5:33 
GeneralRe: custom validator Pin
gus_br31-Oct-06 6:44
gus_br31-Oct-06 6:44 
AnswerRe: custom validator Pin
P A N K A J31-Oct-06 22:45
P A N K A J31-Oct-06 22:45 
Questionattibutes.add Pin
rkmoray31-Oct-06 2:33
rkmoray31-Oct-06 2:33 
AnswerRe: attibutes.add Pin
just3ala231-Oct-06 20:32
just3ala231-Oct-06 20:32 
QuestionASP.net Reset Button Pin
wEb GuRu...31-Oct-06 2:27
wEb GuRu...31-Oct-06 2:27 
AnswerRe: ASP.net Reset Button Pin
ednrgc31-Oct-06 3:50
ednrgc31-Oct-06 3:50 
GeneralProblem not yet solved Pin
wEb GuRu...31-Oct-06 5:48
wEb GuRu...31-Oct-06 5:48 
GeneralRe: Problem not yet solved Pin
ednrgc31-Oct-06 5:57
ednrgc31-Oct-06 5:57 
GeneralRe: Problem not yet solved Pin
wEb GuRu...31-Oct-06 6:07
wEb GuRu...31-Oct-06 6:07 
GeneralRe: Problem not yet solved Pin
ednrgc31-Oct-06 6:34
ednrgc31-Oct-06 6:34 
GeneralRe: Problem not yet solved Pin
wEb GuRu...31-Oct-06 6:59
wEb GuRu...31-Oct-06 6:59 
GeneralRe: Problem not yet solved Pin
ednrgc31-Oct-06 7:32
ednrgc31-Oct-06 7:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.