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

C#

 
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 
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 
You may want to take a look at using SQL Server's Data Transformation Services(DTS) to perform the load. From your short description, it sounds like the kind of problem that DTS was made for.

Using an ActiveX task, you could make use of a COM-registered .NET assembly (or traditional COM object) to perform any advanced transformations needed on the binary source. Also, if this is a recurring task, DTS packages integrate nicely with SQL Server's job scheduler.

Hope that helps. Smile | :)

--Jesse
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 
GeneralRe: serializing DataColumns Pin
Mazdak30-Mar-04 20:10
Mazdak30-Mar-04 20:10 
GeneralRe: serializing DataColumns Pin
Heath Stewart31-Mar-04 3:53
protectorHeath Stewart31-Mar-04 3:53 
GeneralStrange GDI+ error Pin
Anonymous30-Mar-04 19:42
Anonymous30-Mar-04 19:42 

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.