Click here to Skip to main content
15,888,803 members
Home / Discussions / Database
   

Database

 
QuestionRe: Database compare tool ??? Pin
N a v a n e e t h13-Mar-07 22:29
N a v a n e e t h13-Mar-07 22:29 
AnswerRe: Database compare tool ??? Pin
kaliem13-Mar-07 22:49
kaliem13-Mar-07 22:49 
AnswerRe: Database compare tool ??? Pin
kaliem13-Mar-07 22:51
kaliem13-Mar-07 22:51 
AnswerRe: Database compare tool ??? Pin
Scott Serl14-Mar-07 9:49
Scott Serl14-Mar-07 9:49 
QuestionSQL Server 2005 data import - best practices? Pin
Tobias Schoenig13-Mar-07 21:25
Tobias Schoenig13-Mar-07 21:25 
AnswerRe: SQL Server 2005 data import - best practices? Pin
Colin Angus Mackay13-Mar-07 22:16
Colin Angus Mackay13-Mar-07 22:16 
GeneralRe: SQL Server 2005 data import - best practices? Pin
Tobias Schoenig13-Mar-07 22:46
Tobias Schoenig13-Mar-07 22:46 
GeneralRe: SQL Server 2005 data import - best practices? Pin
Colin Angus Mackay13-Mar-07 22:52
Colin Angus Mackay13-Mar-07 22:52 
Tobias Schoenig wrote:
I read out the data line per line and not in a constant stream.


Sorry, what I meant was: You are running as a batch process rather than an interactive one. The data will be read in line by line, but it does not require user interaction to keep this process going.

Tobias Schoenig wrote:
Is there no way to avoid these queries?


If you need to keep the data related, then you'll have to perform the queries.

If the relationship is in the form of a lookup with only a few entries then you could do one query to bring the data to your .NET application.

If the joined data is more dynamic (i.e. it will also be changing during the upload) then you might consider using Stored Procedures. The stored procedure takes as parameters the data to be inserted and does the lookup internally - thus you only have one round trip to the database per insert.




GeneralRe: SQL Server 2005 data import - best practices? Pin
Tobias Schoenig13-Mar-07 23:00
Tobias Schoenig13-Mar-07 23:00 
GeneralRe: SQL Server 2005 data import - best practices? Pin
Colin Angus Mackay13-Mar-07 23:48
Colin Angus Mackay13-Mar-07 23:48 
GeneralRe: SQL Server 2005 data import - best practices? Pin
Tobias Schoenig14-Mar-07 0:02
Tobias Schoenig14-Mar-07 0:02 
GeneralRe: SQL Server 2005 data import - best practices? Pin
Colin Angus Mackay14-Mar-07 22:51
Colin Angus Mackay14-Mar-07 22:51 
QuestionError while uploading using OleDb Pin
jithbiz003313-Mar-07 21:14
jithbiz003313-Mar-07 21:14 
AnswerRe: Error while uploading using OleDb Pin
Colin Angus Mackay13-Mar-07 22:08
Colin Angus Mackay13-Mar-07 22:08 
GeneralRe: Error while uploading using OleDb Pin
jithbiz003316-Mar-07 18:42
jithbiz003316-Mar-07 18:42 
GeneralRe: Error while uploading using OleDb Pin
Colin Angus Mackay16-Mar-07 23:46
Colin Angus Mackay16-Mar-07 23:46 
GeneralRe: Error while uploading using OleDb [modified] Pin
jithbiz003321-Mar-07 18:44
jithbiz003321-Mar-07 18:44 
QuestionFunctions in SQL Server...... Pin
Smart_Boy13-Mar-07 18:54
Smart_Boy13-Mar-07 18:54 
AnswerRe: Functions in SQL Server...... Pin
Colin Angus Mackay13-Mar-07 22:07
Colin Angus Mackay13-Mar-07 22:07 
GeneralRe: Functions in SQL Server...... [modified] Pin
Smart_Boy14-Mar-07 20:39
Smart_Boy14-Mar-07 20:39 
GeneralRe: Functions in SQL Server...... Pin
Colin Angus Mackay14-Mar-07 22:55
Colin Angus Mackay14-Mar-07 22:55 
GeneralRe: Functions in SQL Server...... Pin
Smart_Boy15-Mar-07 0:25
Smart_Boy15-Mar-07 0:25 
GeneralRe: Functions in SQL Server...... Pin
Colin Angus Mackay15-Mar-07 7:39
Colin Angus Mackay15-Mar-07 7:39 
GeneralRe: Functions in SQL Server...... Pin
Smart_Boy15-Mar-07 20:19
Smart_Boy15-Mar-07 20:19 
GeneralRe: Functions in SQL Server...... Pin
Colin Angus Mackay15-Mar-07 23:21
Colin Angus Mackay15-Mar-07 23:21 

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.