Click here to Skip to main content
15,898,371 members
Home / Discussions / Database
   

Database

 
AnswerRe: debugging a stored procedure Pin
coded0075-Jun-13 4:46
professionalcoded0075-Jun-13 4:46 
QuestionConverting over from System.Data.OracleClient to ODP.NETs Oracle.DataAccess.Client Pin
Dale Haessel3-Jun-13 10:35
Dale Haessel3-Jun-13 10:35 
AnswerRe: Converting over from System.Data.OracleClient to ODP.NETs Oracle.DataAccess.Client Pin
Jörgen Andersson3-Jun-13 10:44
professionalJörgen Andersson3-Jun-13 10:44 
GeneralRe: Converting over from System.Data.OracleClient to ODP.NETs Oracle.DataAccess.Client Pin
Dale Haessel3-Jun-13 11:27
Dale Haessel3-Jun-13 11:27 
GeneralRe: Converting over from System.Data.OracleClient to ODP.NETs Oracle.DataAccess.Client Pin
Jörgen Andersson3-Jun-13 22:43
professionalJörgen Andersson3-Jun-13 22:43 
QuestionSSIS: How to import many tables? Pin
biop.codeproject2-Jun-13 20:46
biop.codeproject2-Jun-13 20:46 
AnswerRe: SSIS: How to import many tables? Pin
Mycroft Holmes3-Jun-13 1:00
professionalMycroft Holmes3-Jun-13 1:00 
GeneralRe: SSIS: How to import many tables? Pin
biop.codeproject18-Jun-13 4:21
biop.codeproject18-Jun-13 4:21 
QuestionData Base administrator vs software developer Pin
saurabhspk2-Jun-13 9:18
saurabhspk2-Jun-13 9:18 
AnswerRe: Data Base administrator vs software developer Pin
PIEBALDconsult2-Jun-13 9:48
mvePIEBALDconsult2-Jun-13 9:48 
AnswerRe: Data Base administrator vs software developer Pin
Mycroft Holmes2-Jun-13 11:16
professionalMycroft Holmes2-Jun-13 11:16 
AnswerRe: Data Base administrator vs software developer Pin
Richard MacCutchan2-Jun-13 20:56
mveRichard MacCutchan2-Jun-13 20:56 
GeneralRe: Data Base administrator vs software developer Pin
saurabhspk4-Jul-13 9:57
saurabhspk4-Jul-13 9:57 
GeneralRe: Data Base administrator vs software developer Pin
Richard MacCutchan4-Jul-13 20:49
mveRichard MacCutchan4-Jul-13 20:49 
AnswerRe: Data Base administrator vs software developer Pin
Bernhard Hiller2-Jun-13 22:47
Bernhard Hiller2-Jun-13 22:47 
AnswerRe: Data Base administrator vs software developer Pin
jschell3-Jun-13 9:07
jschell3-Jun-13 9:07 
GeneralRe: Data Base administrator vs software developer Pin
SudhirKankal4-Jun-13 23:56
SudhirKankal4-Jun-13 23:56 
AnswerRe: Data Base administrator vs software developer Pin
Saranya-from-Tamil-Nadu-India6-Jun-13 23:58
Saranya-from-Tamil-Nadu-India6-Jun-13 23:58 
QuestionInserting Master and DEtail Tables Pin
indian14331-May-13 14:53
indian14331-May-13 14:53 
AnswerRe: Inserting Master and DEtail Tables Pin
Mycroft Holmes1-Jun-13 2:35
professionalMycroft Holmes1-Jun-13 2:35 
GeneralRe: Inserting Master and DEtail Tables Pin
indian1431-Jun-13 17:38
indian1431-Jun-13 17:38 
GeneralRe: Inserting Master and DEtail Tables Pin
Mycroft Holmes1-Jun-13 17:59
professionalMycroft Holmes1-Jun-13 17:59 
If you are inserting 1m records through a UI then you have bigger problems, I'd seriously look at your business logic.

Where are you getting your 1m records from?
Why are you inserting then one at a time?

Nothing is going insert 1m single records with any acceptable speed. You need to look at how to get the bulk data into your database and then process the data in bulk!
Never underestimate the power of human stupidity
RAH

GeneralRe: Inserting Master and DEtail Tables Pin
indian1432-Jun-13 12:18
indian1432-Jun-13 12:18 
GeneralRe: Inserting Master and DEtail Tables Pin
Mycroft Holmes2-Jun-13 12:35
professionalMycroft Holmes2-Jun-13 12:35 
GeneralRe: Inserting Master and DEtail Tables Pin
indian1432-Jun-13 13:54
indian1432-Jun-13 13:54 

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.