Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sql Server performance in VB.Net using multiple joins

Status
Not open for further replies.

SBendBuckeye

Programmer
May 22, 2002
2,166
US
Hello all,

We are getting ready to redo an old text file system in which each data row was basically a slab of data (think icons in Office) which was parsed in code based upon various positional codes in the beginning of the data. If we normalize the data into Sql Server we are going to end up with a few dozen little tables and a bunch of left joins because much of the data is variable and may or may not exist for a given row.

Are there performance considerations with that many joins? I've always worked under the assumption that normalization is almost always the best way to go. To make things less cumbersome, would we be wise to create some views for common combinations or are there other ideas? Thanks in advance for any ideas and/or suggestions!
 
SBendBuckeye, I would recommend posting this here: forum183

There are several "experts" who would be able to give you a very balanced answer with detailed explanations of the consequences of each alternative.


Hope this helps.

[vampire][bat]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top