Click here to Skip to main content
15,913,669 members
Home / Discussions / Database
   

Database

 
GeneralRe: oracle query Pin
sandhya1422-Jul-09 20:53
sandhya1422-Jul-09 20:53 
GeneralRe: oracle query Pin
Baran M22-Jul-09 21:02
Baran M22-Jul-09 21:02 
GeneralRe: oracle query Pin
sandhya1422-Jul-09 21:37
sandhya1422-Jul-09 21:37 
Questionto include a select query inside an insert query Pin
myinstincts22-Jul-09 10:03
myinstincts22-Jul-09 10:03 
AnswerRe: to include a select query inside an insert query Pin
Blue_Boy22-Jul-09 11:25
Blue_Boy22-Jul-09 11:25 
AnswerRe: to include a select query inside an insert query Pin
Robin_Roy22-Jul-09 16:40
Robin_Roy22-Jul-09 16:40 
Questiondatabase design help Pin
mark_me22-Jul-09 9:46
mark_me22-Jul-09 9:46 
AnswerSearching tables Pin
David Mujica22-Jul-09 10:10
David Mujica22-Jul-09 10:10 
Hard to say whether you will get better performance with searching 1 large table or 2 smaller tables without knowing the details, but with the number of records you are talking about (less than 100,000) you will be amazed at how fast SQL server can return results from a query compared to searching in Excel.

My suggestion is to store the data in one table, with a "type" idicator. Creating the proper indexes will also improve performance depending on the nature of the query.

Question: Do all of the columns for each product "type" apply ? Another way of asking this question is that if you created 2 tables; one for each product type, would they have the same columns ? If so, then for sure, go with 1 table and an idicator field.

BTW: What type of application will be accessing this data ? ASP.NET or a Windows client application ?
GeneralRe: Searching tables Pin
mark_me22-Jul-09 11:12
mark_me22-Jul-09 11:12 
GeneralRe: Searching tables Pin
Robin_Roy22-Jul-09 16:52
Robin_Roy22-Jul-09 16:52 
GeneralRe: Searching tables Pin
mark_me23-Jul-09 7:27
mark_me23-Jul-09 7:27 
AnswerRe: database design help Pin
Mycroft Holmes23-Jul-09 1:02
professionalMycroft Holmes23-Jul-09 1:02 
GeneralRe: database design help Pin
mark_me23-Jul-09 7:26
mark_me23-Jul-09 7:26 
QuestionQuerying Versioned Data Pin
JSinJax22-Jul-09 6:34
JSinJax22-Jul-09 6:34 
AnswerRe: Querying Versioned Data Pin
David Mujica22-Jul-09 8:00
David Mujica22-Jul-09 8:00 
QuestionTypical Requirement Pin
Satish - Developer22-Jul-09 1:24
Satish - Developer22-Jul-09 1:24 
AnswerRe: Typical Requirement Pin
DoctorMick22-Jul-09 6:29
DoctorMick22-Jul-09 6:29 
AnswerRe: Typical Requirement Pin
Blue_Boy22-Jul-09 9:36
Blue_Boy22-Jul-09 9:36 
QuestionHow to get the next 1,000,000 records Pin
dabuskol21-Jul-09 20:18
dabuskol21-Jul-09 20:18 
AnswerRe: How to get the next 1,000,000 records Pin
Satish - Developer22-Jul-09 1:46
Satish - Developer22-Jul-09 1:46 
GeneralRe: How to get the next 1,000,000 records Pin
zahedonline22-Jul-09 21:34
zahedonline22-Jul-09 21:34 
GeneralRe: How to get the next 1,000,000 records Pin
Mycroft Holmes23-Jul-09 1:06
professionalMycroft Holmes23-Jul-09 1:06 
AnswerRe: How to get the next 1,000,000 records Pin
Mycroft Holmes23-Jul-09 1:09
professionalMycroft Holmes23-Jul-09 1:09 
QuestionHow to add trigger function into PostgreSQL 8.0? Pin
valeranavin21-Jul-09 20:17
valeranavin21-Jul-09 20:17 
QuestionMSSQL: How to check if selected string has specific letters on specific places??? Please help... Pin
Magnat7421-Jul-09 10:19
Magnat7421-Jul-09 10:19 

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.