Click here to Skip to main content
15,890,609 members
Home / Discussions / Database
   

Database

 
QuestionOf databases and the sacrifice of live chickens Pin
gantww11-Aug-09 9:31
gantww11-Aug-09 9:31 
AnswerRe: Of databases and the sacrifice of live chickens Pin
Mycroft Holmes11-Aug-09 15:01
professionalMycroft Holmes11-Aug-09 15:01 
GeneralRe: Of databases and the sacrifice of live chickens Pin
gantww12-Aug-09 3:09
gantww12-Aug-09 3:09 
AnswerRe: Of databases and the sacrifice of live chickens Pin
David Skelly11-Aug-09 22:36
David Skelly11-Aug-09 22:36 
AnswerRe: Of databases and the sacrifice of live chickens Pin
WoutL12-Aug-09 20:06
WoutL12-Aug-09 20:06 
Questiontwo questions regarding a big database table Pin
Seraph_summer11-Aug-09 8:48
Seraph_summer11-Aug-09 8:48 
AnswerRe: two questions regarding a big database table Pin
David Mujica11-Aug-09 10:12
David Mujica11-Aug-09 10:12 
AnswerRe: two questions regarding a big database table Pin
Mycroft Holmes11-Aug-09 15:09
professionalMycroft Holmes11-Aug-09 15:09 
I think Davids answer is excellent, except 20,000 rows in a SQL database is miniscule, we have systems with 20 million rows. The trick is not returning all 20k rows to the user, this is the UI design, only show them the minimum number of rows to meet their needs.

Check out tuning and index design, get to know your database.

As for using the MS tightly integrated adapters and strongly typed datasets I loathe these constructions, the developer (new) has no real understanding of what is happenning. A large number of post on these forums are cries for help from new devs who cannot customise their data because they are using a wizarded widget they learnt in the tutorials. By all means use the tutorials but remember they are only the FIRST step, you are going to need a deeper knowledge to become proficient.


Never underestimate the power of human stupidity
RAH

QuestionSQL DATABASE Pin
kibromg11-Aug-09 6:43
kibromg11-Aug-09 6:43 
AnswerRe: SQL DATABASE Pin
Hristo-Bojilov13-Aug-09 5:04
Hristo-Bojilov13-Aug-09 5:04 
QuestionCase Sensitive User Name Pin
janani1311-Aug-09 2:38
janani1311-Aug-09 2:38 
AnswerRe: Case Sensitive User Name Pin
Luc Pattyn11-Aug-09 3:30
sitebuilderLuc Pattyn11-Aug-09 3:30 
QuestionHow to change the default port 1433 for SQLServer 2008 Pin
Paramu197311-Aug-09 1:03
Paramu197311-Aug-09 1:03 
AnswerRe: How to change the default port 1433 for SQLServer 2008 Pin
Paramu197311-Aug-09 4:18
Paramu197311-Aug-09 4:18 
QuestionHow to Concate more than one rows in one row ?. Pin
Fazal Vahora10-Aug-09 21:41
Fazal Vahora10-Aug-09 21:41 
AnswerRe: How to Concate more than one rows in one row ?. Pin
infneeta10-Aug-09 23:46
infneeta10-Aug-09 23:46 
QuestionOuter Join issues Pin
Mustafa Ismail Mustafa10-Aug-09 4:45
Mustafa Ismail Mustafa10-Aug-09 4:45 
AnswerRe: Outer Join issues Pin
leckey10-Aug-09 5:26
leckey10-Aug-09 5:26 
GeneralRe: Outer Join issues Pin
Mustafa Ismail Mustafa10-Aug-09 5:44
Mustafa Ismail Mustafa10-Aug-09 5:44 
GeneralRe: Outer Join issues Pin
DoctorMick10-Aug-09 6:28
DoctorMick10-Aug-09 6:28 
GeneralRe: Outer Join issues Pin
Mustafa Ismail Mustafa10-Aug-09 9:34
Mustafa Ismail Mustafa10-Aug-09 9:34 
GeneralRe: Outer Join issues Pin
i.j.russell10-Aug-09 8:12
i.j.russell10-Aug-09 8:12 
GeneralRe: Outer Join issues Pin
Mustafa Ismail Mustafa10-Aug-09 9:41
Mustafa Ismail Mustafa10-Aug-09 9:41 
GeneralRe: Outer Join issues Pin
leckey10-Aug-09 8:38
leckey10-Aug-09 8:38 
Questioncustom query Pin
sujithkumarsl9-Aug-09 23:45
sujithkumarsl9-Aug-09 23:45 

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.