Click here to Skip to main content
15,898,993 members
Home / Discussions / Database
   

Database

 
GeneralRe: SQL 2000 Query Pin
CodingYoshi12-Aug-09 3:00
CodingYoshi12-Aug-09 3:00 
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 
20,000 items in a table is not terribly large for a database engine, so you should be fine with response time. The main thing to remember is that a good design will give the best performance. You should research topics like "database normalization and design". I would only split the data into sub tables where it makes sense. For example you may have a customer table which contains the customer ID and address and an Orders table which refers to the customer number; this way you don't store the customer address for each order created. (This is part of good database design)

Relative to the two techniques you mention,
1: using the new ADO.NET data source controls, which are tightly integrated with the GridViewand DetailsView controls in ASP.net.
2: involves using the SqlDataAdapter class in conjunction with the DataTable,DataView, andDataSet classes.


Look at the following article by Microsoft:
http://msdn.microsoft.com/en-us/library/aa581778.aspx[^]

Look around the MSDN site for all kinds of helpful "How To" articles and videos.Thumbs Up | :thumbsup:
AnswerRe: two questions regarding a big database table Pin
Mycroft Holmes11-Aug-09 15:09
professionalMycroft Holmes11-Aug-09 15:09 
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 

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.