Click here to Skip to main content
15,895,011 members
Home / Discussions / C#
   

C#

 
QuestionReg: Sending Bulk Mails to users Pin
Satish - Developer15-Nov-07 0:29
Satish - Developer15-Nov-07 0:29 
AnswerRe: Reg: Sending Bulk Mails to users Pin
Pankaj - Joshi15-Nov-07 0:48
Pankaj - Joshi15-Nov-07 0:48 
QuestionProblems with permissions while using Reportviewer control Pin
RinkM15-Nov-07 0:15
RinkM15-Nov-07 0:15 
QuestionPerformance issue Pin
Reddy Prakash14-Nov-07 23:56
Reddy Prakash14-Nov-07 23:56 
AnswerRe: Performance issue Pin
Satish - Developer15-Nov-07 0:15
Satish - Developer15-Nov-07 0:15 
AnswerRe: Performance issue Pin
Satish - Developer15-Nov-07 0:16
Satish - Developer15-Nov-07 0:16 
AnswerRe: Performance issue Pin
V.15-Nov-07 0:23
professionalV.15-Nov-07 0:23 
AnswerRe: Performance issue Pin
Adeel Chaudhry15-Nov-07 0:28
Adeel Chaudhry15-Nov-07 0:28 
Hi,

You are use following tips/suggestions/whatever Smile | :)

1. Dont use INSERT when "LOADING" the data, use BULK INSERT
2. You can convert the data into c# format, and dump it as required in some temporary file, and bulk insert data using that file. If you are good at threading, you can boost the performance considerably.
3. If you are comfortable with Dynamic SQL, use it after converting data to c# datatypes.

And if you are good in threading and dynamic SQL then you can have a boost in performance as "complete loading of a 45 GigaBytes of data to 12 tables in 1.5 hours". That is what i experienced once!

Hope that much performance is enough for now and you find it useful! Smile | :)

Regards,

Adeel

Do rate the reply, if it helps or even if it doesnot, because it helps the members to know, what solved the issue. Thanks.

GeneralRe: Performance issue Pin
Adeel Chaudhry15-Nov-07 0:31
Adeel Chaudhry15-Nov-07 0:31 
QuestionCombox problem urgent!!! Pin
Pankaj - Joshi14-Nov-07 23:50
Pankaj - Joshi14-Nov-07 23:50 
AnswerRe: Combox problem urgent!!! Pin
Andrei Ungureanu14-Nov-07 23:55
Andrei Ungureanu14-Nov-07 23:55 
GeneralRe: Combox problem urgent!!! Pin
Pankaj - Joshi15-Nov-07 0:18
Pankaj - Joshi15-Nov-07 0:18 
GeneralRe: Combox problem urgent!!! Pin
Pankaj - Joshi15-Nov-07 0:35
Pankaj - Joshi15-Nov-07 0:35 
AnswerRe: Combox problem urgent!!! Pin
Pete O'Hanlon15-Nov-07 0:03
mvePete O'Hanlon15-Nov-07 0:03 
GeneralRe: Combox problem urgent!!! Pin
Pankaj - Joshi15-Nov-07 0:15
Pankaj - Joshi15-Nov-07 0:15 
JokeRe: Combox problem urgent!!! Pin
TJoe15-Nov-07 2:14
TJoe15-Nov-07 2:14 
QuestionGrid View Pin
Paramita0714-Nov-07 23:39
Paramita0714-Nov-07 23:39 
AnswerRe: Grid View Pin
Andrei Ungureanu14-Nov-07 23:49
Andrei Ungureanu14-Nov-07 23:49 
AnswerRe: Grid View Pin
Pankaj - Joshi14-Nov-07 23:51
Pankaj - Joshi14-Nov-07 23:51 
GeneralRe: Grid View Pin
Paramita0715-Nov-07 0:26
Paramita0715-Nov-07 0:26 
QuestionSend and Receive file from modem [modified] Pin
hamid_m14-Nov-07 23:19
hamid_m14-Nov-07 23:19 
AnswerRe: Send and Receive file from modem Pin
Christian Graus14-Nov-07 23:20
protectorChristian Graus14-Nov-07 23:20 
GeneralRe: Send and Receive file from modem Pin
hamid_m15-Nov-07 2:03
hamid_m15-Nov-07 2:03 
AnswerRe: Send and Receive file from modem Pin
Reddy Prakash14-Nov-07 23:34
Reddy Prakash14-Nov-07 23:34 
GeneralRe: Send and Receive file from modem Pin
hamid_m15-Nov-07 2:06
hamid_m15-Nov-07 2:06 

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.