Click here to Skip to main content
15,887,683 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Current date Pin
Otekpo Emmanuel11-Sep-14 3:15
Otekpo Emmanuel11-Sep-14 3:15 
GeneralRe: Current date Pin
Richard Deeming11-Sep-14 3:50
mveRichard Deeming11-Sep-14 3:50 
GeneralRe: Current date Pin
Otekpo Emmanuel11-Sep-14 7:45
Otekpo Emmanuel11-Sep-14 7:45 
GeneralRe: Current date Pin
Richard Deeming11-Sep-14 7:50
mveRichard Deeming11-Sep-14 7:50 
GeneralRe: Current date Pin
Otekpo Emmanuel12-Sep-14 12:52
Otekpo Emmanuel12-Sep-14 12:52 
GeneralRe: Current date Pin
Richard Deeming15-Sep-14 1:49
mveRichard Deeming15-Sep-14 1:49 
QuestionPerformance with loading data to DB2 Pin
byka10-Sep-14 2:59
byka10-Sep-14 2:59 
AnswerRe: Performance with loading data to DB2 Pin
jkirkerx10-Sep-14 6:46
professionaljkirkerx10-Sep-14 6:46 
I had problems like that last year, but with MySQL.
That's the speed rate I had, about 10K per hour, going from disk drive to database.
I had about 50 sets of data that were over 250K rows each, Some took about 8 hours, others 3 hours.

I ended up buying a new workstation, which cut the time down to about 3 minutes per 10K records, over a network.
This is with a Dell T3600 with a 6 core Xeon CPU. What a difference.

Then there's code optimization.

Load up everything first, then write each record one at a time,
There are a number of ways to go about it, not sure what you choose, you sort of vague there.
AnswerRe: Performance with loading data to DB2 Pin
thatraja11-Sep-14 2:39
professionalthatraja11-Sep-14 2:39 
QuestionCreating three DIVS, left and right fixed , center div scrolls Pin
starlimit038-Sep-14 20:33
starlimit038-Sep-14 20:33 
AnswerRe: Creating three DIVS, left and right fixed , center div scrolls Pin
Ali Al Omairi(Abu AlHassan)8-Sep-14 22:51
professionalAli Al Omairi(Abu AlHassan)8-Sep-14 22:51 
AnswerRe: Creating three DIVS, left and right fixed , center div scrolls Pin
Richard Deeming9-Sep-14 2:00
mveRichard Deeming9-Sep-14 2:00 
GeneralRe: Creating three DIVS, left and right fixed , center div scrolls Pin
starlimit039-Sep-14 3:10
starlimit039-Sep-14 3:10 
Question[ask] asp.net and IBM DB2 Pin
ricardo 308-Sep-14 18:10
ricardo 308-Sep-14 18:10 
AnswerRe: [ask] asp.net and IBM DB2 Pin
ZurdoDev9-Sep-14 6:54
professionalZurdoDev9-Sep-14 6:54 
AnswerRe: [ask] asp.net and IBM DB2 Pin
Sibeesh KV29-Sep-14 1:24
professionalSibeesh KV29-Sep-14 1:24 
QuestionBuilding OData Web API on the basis of other OData API instead of Database Pin
LiQuick8-Sep-14 0:01
LiQuick8-Sep-14 0:01 
AnswerRe: Building OData Web API on the basis of other OData API instead of Database Pin
Nathan Minier8-Sep-14 4:54
professionalNathan Minier8-Sep-14 4:54 
GeneralRe: Building OData Web API on the basis of other OData API instead of Database Pin
LiQuick8-Sep-14 9:39
LiQuick8-Sep-14 9:39 
Questiononsubmit event Pin
Ali Al Omairi(Abu AlHassan)7-Sep-14 21:07
professionalAli Al Omairi(Abu AlHassan)7-Sep-14 21:07 
AnswerRe: onsubmit event Pin
jkirkerx8-Sep-14 12:58
professionaljkirkerx8-Sep-14 12:58 
GeneralRe: onsubmit event Pin
Ali Al Omairi(Abu AlHassan)8-Sep-14 21:24
professionalAli Al Omairi(Abu AlHassan)8-Sep-14 21:24 
GeneralRe: onsubmit event Pin
jkirkerx9-Sep-14 4:22
professionaljkirkerx9-Sep-14 4:22 
QuestionSample code to post a asp.net forms data to third party API in XML input Pin
Roberts Techie7-Sep-14 19:07
Roberts Techie7-Sep-14 19:07 
GeneralRe: Sample code to post a asp.net forms data to third party API in XML input Pin
Kornfeld Eliyahu Peter7-Sep-14 20:51
professionalKornfeld Eliyahu Peter7-Sep-14 20:51 

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.