Click here to Skip to main content
15,909,939 members
Home / Discussions / Database
   

Database

 
GeneralPaging Decision Pin
Mohamad Al Husseiny11-Jan-04 19:57
Mohamad Al Husseiny11-Jan-04 19:57 
GeneralRe: Paging Decision Pin
Guillermo Rivero12-Jan-04 6:35
Guillermo Rivero12-Jan-04 6:35 
GeneralRe: Paging Decision Pin
Mohamad Al Husseiny12-Jan-04 21:42
Mohamad Al Husseiny12-Jan-04 21:42 
GeneralRe: Paging Decision Pin
Heath Stewart13-Jan-04 2:39
protectorHeath Stewart13-Jan-04 2:39 
GeneralRe: Paging Decision Pin
Guillermo Rivero13-Jan-04 3:44
Guillermo Rivero13-Jan-04 3:44 
GeneralRe: Paging Decision Pin
Mohamad Al Husseiny13-Jan-04 18:16
Mohamad Al Husseiny13-Jan-04 18:16 
QuestionBetter use of tables? Pin
MKlucher11-Jan-04 16:26
MKlucher11-Jan-04 16:26 
AnswerRe: Better use of tables? Pin
Colin Angus Mackay11-Jan-04 22:06
Colin Angus Mackay11-Jan-04 22:06 
Assuming you are using SQL Server 2000 and EID and Project ID are "int" types and TimeOn, Month and Year are "tiny" types that is 11 bytes per record. Which is around 650 to 700 records per page or 5200 to 5600 records per extent (I cannot remember if it pads to 12 bytes to make each record an even length). Since a whole extent is read when getting data from the database your 6000 records per employee could be read in 2 extents, if EID and ProjectID make a composite primary key with EID the first part. Of course during normal database operations the database is likely to get fragmented but there are ways to reduce this if performance is absolutely critical.

So, in short, no I don't think that is too many records.



--Colin Mackay--

EuroCPian Spring 2004 Get Together[^]


Generali cannt access sql server from visula studio Pin
webhay10-Jan-04 10:48
webhay10-Jan-04 10:48 
QuestionHow to Set Data to TextBox when We fetch data in Dataset Pin
RakeshMCM9-Jan-04 20:10
RakeshMCM9-Jan-04 20:10 
AnswerRe: How to Set Data to TextBox when We fetch data in Dataset Pin
obelisk299-Jan-04 22:00
obelisk299-Jan-04 22:00 
GeneralProblem opening Access 2000 database Pin
jeffcorbitt9-Jan-04 7:54
jeffcorbitt9-Jan-04 7:54 
GeneralRe: Problem opening Access 2000 database Pin
Marcie Jones9-Jan-04 8:06
Marcie Jones9-Jan-04 8:06 
GeneralRe: Problem opening Access 2000 database Pin
jeffcorbitt9-Jan-04 9:14
jeffcorbitt9-Jan-04 9:14 
GeneralUpdating recordset advice Pin
Jeremy Pullicino9-Jan-04 4:08
Jeremy Pullicino9-Jan-04 4:08 
GeneralTo Remote...Or Not To Remote... Pin
Sean Rock7-Jan-04 22:50
Sean Rock7-Jan-04 22:50 
GeneralRe: To Remote...Or Not To Remote... [modified] Pin
Marek Grzenkowicz8-Jan-04 5:47
Marek Grzenkowicz8-Jan-04 5:47 
GeneralRe: To Remote...Or Not To Remote... Pin
Sean Rock8-Jan-04 5:51
Sean Rock8-Jan-04 5:51 
GeneralRe: To Remote...Or Not To Remote... [modified] Pin
Marek Grzenkowicz8-Jan-04 20:55
Marek Grzenkowicz8-Jan-04 20:55 
GeneralRe: To Remote...Or Not To Remote... Pin
Sean Rock8-Jan-04 22:03
Sean Rock8-Jan-04 22:03 
QuestionWhat is The Effective Way.... Pin
Mohamad Al Husseiny7-Jan-04 17:39
Mohamad Al Husseiny7-Jan-04 17:39 
AnswerRe: What is The Effective Way.... [modified] Pin
Marek Grzenkowicz8-Jan-04 5:54
Marek Grzenkowicz8-Jan-04 5:54 
GeneralRe: What is The Effective Way.... Pin
Mohamad Al Husseiny9-Jan-04 6:58
Mohamad Al Husseiny9-Jan-04 6:58 
GeneralRe: What is The Effective Way.... Pin
Guillermo Rivero9-Jan-04 7:17
Guillermo Rivero9-Jan-04 7:17 
GeneralRe: What is The Effective Way.... Pin
Mohamad Al Husseiny9-Jan-04 19:21
Mohamad Al Husseiny9-Jan-04 19: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.