Click here to Skip to main content
15,891,976 members
Home / Discussions / Database
   

Database

 
GeneralRe: SQL Select data flow Pin
Bill Dean15-Jul-04 1:59
Bill Dean15-Jul-04 1:59 
GeneralRe: SQL Select data flow Pin
Antonius_r315-Jul-04 2:02
Antonius_r315-Jul-04 2:02 
GeneralRe: SQL Select data flow Pin
Michael Potter15-Jul-04 5:35
Michael Potter15-Jul-04 5:35 
GeneralGetting table names from a database Pin
benglish7214-Jul-04 14:18
benglish7214-Jul-04 14:18 
GeneralRe: Getting table names from a database Pin
benglish7215-Jul-04 18:07
benglish7215-Jul-04 18:07 
QuestionWTH? "Unable to load odbcji32.dll" after update? Pin
CherezZaboro14-Jul-04 6:15
CherezZaboro14-Jul-04 6:15 
Generaloptimizing Database updates Pin
brdavid14-Jul-04 5:47
brdavid14-Jul-04 5:47 
GeneralRe: optimizing Database updates Pin
Steven Campbell14-Jul-04 7:16
Steven Campbell14-Jul-04 7:16 
That is probably the slowest method of updating data. Other options are:

* Place all inserts inside a single transaction -- will give some speed improvement
* Use SQL insert commands instead, using a precompiled command with parameters. This is very efficient and my recommended choice.
* Use a bulk upload tool, such as BCP, or SQL DTS packages

.NET 2.0 will include better bulk data support, but until then you are stuck with the above options.


my blog
Generalwot is the latest service pack Pin
xcavin14-Jul-04 4:08
xcavin14-Jul-04 4:08 
GeneralRe: wot is the latest service pack Pin
Mekong River18-Jul-04 6:08
Mekong River18-Jul-04 6:08 
GeneralFull DB Update or record by record Pin
brdavid13-Jul-04 15:20
brdavid13-Jul-04 15:20 
GeneralRe: Full DB Update or record by record Pin
Steven Campbell13-Jul-04 18:00
Steven Campbell13-Jul-04 18:00 
GeneralFind DataGrid Column No Pin
Steve4513-Jul-04 15:06
Steve4513-Jul-04 15:06 
GeneralRe: Find DataGrid Column No Pin
Bill Dean14-Jul-04 11:10
Bill Dean14-Jul-04 11:10 
QuestionAccess @@Identity? Pin
afronaut13-Jul-04 11:53
afronaut13-Jul-04 11:53 
AnswerRe: Access @@Identity? Pin
Mike Ellison14-Jul-04 14:30
Mike Ellison14-Jul-04 14:30 
GeneralBeginner Help with Stored Procedure Pin
matthias s.13-Jul-04 6:51
matthias s.13-Jul-04 6:51 
GeneralRe: Beginner Help with Stored Procedure Pin
Grimolfr13-Jul-04 8:29
Grimolfr13-Jul-04 8:29 
GeneralRe: Beginner Help with Stored Procedure Pin
Grimolfr13-Jul-04 8:32
Grimolfr13-Jul-04 8:32 
GeneralHelp with SQL Query Please Pin
N G Sanya13-Jul-04 6:04
N G Sanya13-Jul-04 6:04 
GeneralRe: Help with SQL Query Please Pin
Grimolfr13-Jul-04 8:46
Grimolfr13-Jul-04 8:46 
GeneralRe: Help with SQL Query Please Pin
Steven Campbell13-Jul-04 8:54
Steven Campbell13-Jul-04 8:54 
GeneralODBC_CONFIG_SYS_DSN problem! pls help!!!!!!!!!!!!! Pin
girl_lash12-Jul-04 20:23
girl_lash12-Jul-04 20:23 
GeneralRe: ODBC_CONFIG_SYS_DSN problem! pls help!!!!!!!!!!!!! Pin
Grimolfr13-Jul-04 8:39
Grimolfr13-Jul-04 8:39 
GeneralODBC_CONFIG_SYS_DSN problem! pls help!!!!!!!!!!!!! Pin
girl_lash12-Jul-04 20:22
girl_lash12-Jul-04 20:22 

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.