Click here to Skip to main content
16,014,392 members
Home / Discussions / C#
   

C#

 
GeneralRe: RichEditBox, IRichEditOle, IOleObject - Inserting, Saving and Loading embedded Ole objects in a RichTextBox Pin
ednrgc6-Dec-06 7:13
ednrgc6-Dec-06 7:13 
GeneralRe: RichEditBox, IRichEditOle, IOleObject - Inserting, Saving and Loading embedded Ole objects in a RichTextBox Pin
Anthony Queen7-Dec-06 4:07
Anthony Queen7-Dec-06 4:07 
QuestionListview owner draw question Pin
BudWhite5-Dec-06 9:44
BudWhite5-Dec-06 9:44 
Questionimage drag and drop problem Pin
Kim06185-Dec-06 7:53
Kim06185-Dec-06 7:53 
AnswerRe: image drag and drop problem Pin
Eric Dahlvang5-Dec-06 9:19
Eric Dahlvang5-Dec-06 9:19 
GeneralRe: image drag and drop problem Pin
Kim06186-Dec-06 1:50
Kim06186-Dec-06 1:50 
GeneralRe: image drag and drop problem Pin
Eric Dahlvang6-Dec-06 3:34
Eric Dahlvang6-Dec-06 3:34 
QuestionSqlBulkCopy performance Pin
Jamie Nordmeyer5-Dec-06 7:53
Jamie Nordmeyer5-Dec-06 7:53 
Has anybody done performance testing on the SqlBulkCopy class?

I'd assume that, like many classes that operate on bulk data, up to a certain point, doing individual SQL Insert statements (by enumerating and calling individual ExecuteNonQuery calls) will be more efficient than using SqlBulkCopy. But at some point, SqlBulkCopy will become more effiecient. In other words, something like this:

NumberOfRecords < M : Enumerated calls to ExecuteNonQuery is more efficient.
NumberOfRecords > M but < N : Doesn't matter which you use, as both are about the same.
NumberOfRecords > N : SqlBulkCopy more efficient.

Anybody know about what M and N would be? I did some Googling, but didn't come up with much in this regard.

Kyosa Jamie Nordmeyer - Taekwondo Yi (2nd) Dan
Portland, Oregon, USA

AnswerRe: SqlBulkCopy performance Pin
Vasudevan Deepak Kumar6-Dec-06 0:59
Vasudevan Deepak Kumar6-Dec-06 0:59 
Questionhow to manage the click event of a dom node (ie an image) in a iexplorer web page ? Pin
lulaleila5-Dec-06 7:47
lulaleila5-Dec-06 7:47 
QuestionC# Array Problem Pin
neptune2k5-Dec-06 6:53
neptune2k5-Dec-06 6:53 
AnswerRe: C# Array Problem Pin
User 66585-Dec-06 7:21
User 66585-Dec-06 7:21 
AnswerRe: C# Array Problem Pin
Ravi Bhavnani5-Dec-06 7:23
professionalRavi Bhavnani5-Dec-06 7:23 
AnswerRe: C# Array Problem Pin
Private_Void5-Dec-06 7:29
Private_Void5-Dec-06 7:29 
AnswerRe: C# Array Problem Pin
Guffa5-Dec-06 7:42
Guffa5-Dec-06 7:42 
GeneralRe: C# Array Problem Pin
neptune2k5-Dec-06 8:44
neptune2k5-Dec-06 8:44 
Questionhelp to create text editor in c# Pin
rockyramreddy5-Dec-06 6:26
rockyramreddy5-Dec-06 6:26 
AnswerRe: help to create text editor in c# Pin
Ravi Bhavnani5-Dec-06 7:29
professionalRavi Bhavnani5-Dec-06 7:29 
QuestionCustom Conflict Resolver example Pin
Taka Ataka5-Dec-06 6:20
Taka Ataka5-Dec-06 6:20 
Questionexception of type 'System.ArgumentException' (URGENT) Pin
Saira Tanwir5-Dec-06 5:11
Saira Tanwir5-Dec-06 5:11 
AnswerRe: exception of type 'System.ArgumentException' (URGENT) Pin
Guffa5-Dec-06 5:20
Guffa5-Dec-06 5:20 
QuestionHow to change bachground color of selected cell in DataGrid Pin
Julian Popov5-Dec-06 4:12
Julian Popov5-Dec-06 4:12 
AnswerRe: How to change bachground color of selected cell in DataGrid Pin
Julian Popov5-Dec-06 21:07
Julian Popov5-Dec-06 21:07 
QuestionIdentity in Oracle Pin
Dylan van Heerden5-Dec-06 4:07
Dylan van Heerden5-Dec-06 4:07 
AnswerRe: Identity in Oracle Pin
George L. Jackson5-Dec-06 6:33
George L. Jackson5-Dec-06 6:33 

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.