Click here to Skip to main content
15,902,114 members
Home / Discussions / C#
   

C#

 
GeneralRe: DataGrids and XML Pin
Charlie Williams31-Mar-04 4:09
Charlie Williams31-Mar-04 4:09 
GeneralPaste nodes Pin
bertcox31-Mar-04 1:53
bertcox31-Mar-04 1:53 
GeneralRe: Paste nodes Pin
partyganger31-Mar-04 4:44
partyganger31-Mar-04 4:44 
GeneralRe: Paste nodes Pin
partyganger31-Mar-04 4:44
partyganger31-Mar-04 4:44 
GeneralLoad Huge Data to SQL Server Pin
mhmoud rawas31-Mar-04 0:32
mhmoud rawas31-Mar-04 0:32 
GeneralRe: Load Huge Data to SQL Server Pin
Mazdak31-Mar-04 1:33
Mazdak31-Mar-04 1:33 
GeneralRe: Load Huge Data to SQL Server Pin
Heath Stewart31-Mar-04 4:54
protectorHeath Stewart31-Mar-04 4:54 
GeneralRe: Load Huge Data to SQL Server Pin
mhmoud rawas31-Mar-04 9:36
mhmoud rawas31-Mar-04 9:36 
Dear Heath,

Thanks for help, i think that this is a traditional way to solve the problem it has a problem: when you try to load this amount of data without closing the data connection you should expand the log file of the sql server to be about 512 MB else will get an erreor message which tell you that sql server could not save transaction data,
and if we don't like to open and close the connection we should open a transaction and commit it evry data block.
i have an other idea: if we can devide that data to some blocks then i will pass evry block to a thread which will insert it into the data base with a new connection ... it is an idea i did not try it but i will and i think it will enhance the application performance

Regards


Mhmoud Rawas
------------
Software Eng.
GeneralRe: Load Huge Data to SQL Server Pin
Heath Stewart31-Mar-04 9:39
protectorHeath Stewart31-Mar-04 9:39 
GeneralRe: Load Huge Data to SQL Server Pin
ian mariano31-Mar-04 6:35
ian mariano31-Mar-04 6:35 
GeneralRe: Load Huge Data to SQL Server Pin
Jesse Squire1-Apr-04 7:23
Jesse Squire1-Apr-04 7:23 
GeneralRe: Load Huge Data to SQL Server Pin
mhmoud rawas2-Apr-04 4:26
mhmoud rawas2-Apr-04 4:26 
GeneralTextBox control Pin
Andy H31-Mar-04 0:27
Andy H31-Mar-04 0:27 
GeneralRe: TextBox control Pin
leppie31-Mar-04 6:19
leppie31-Mar-04 6:19 
GeneralClose resource Open by a web cam Pin
Daminda30-Mar-04 22:34
Daminda30-Mar-04 22:34 
GeneralRe: Close resource Open by a web cam Pin
Dave Kreskowiak31-Mar-04 3:26
mveDave Kreskowiak31-Mar-04 3:26 
GeneralAttributes Pin
Appelz30-Mar-04 20:36
Appelz30-Mar-04 20:36 
GeneralRe: Attributes Pin
Mazdak30-Mar-04 20:46
Mazdak30-Mar-04 20:46 
GeneralRe: Attributes Pin
partyganger30-Mar-04 22:39
partyganger30-Mar-04 22:39 
GeneralDetermining Active Custom Multiple Component Component Pin
Tristan Rhodes30-Mar-04 20:35
Tristan Rhodes30-Mar-04 20:35 
GeneralRe: Determining Active Custom Multiple Component Component Pin
Heath Stewart31-Mar-04 4:14
protectorHeath Stewart31-Mar-04 4:14 
GeneralOpaque Controls Showing Controls Underneath Pin
Tristan Rhodes30-Mar-04 20:31
Tristan Rhodes30-Mar-04 20:31 
GeneralRe: Opaque Controls Showing Controls Underneath Pin
Heath Stewart31-Mar-04 3:56
protectorHeath Stewart31-Mar-04 3:56 
GeneralRe: Opaque Controls Showing Controls Underneath Pin
Jesse Squire1-Apr-04 7:39
Jesse Squire1-Apr-04 7:39 
Generalserializing DataColumns Pin
DougW4830-Mar-04 19:57
DougW4830-Mar-04 19:57 

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.