Click here to Skip to main content
15,910,083 members
Home / Discussions / Database
   

Database

 
GeneralRe: What's the best Desktop Database for Windows Forms Apps? Pin
Mike Dimmick5-Jan-04 5:50
Mike Dimmick5-Jan-04 5:50 
GeneralRe: What's the best Desktop Database for Windows Forms Apps? Pin
DaveMcL5-Jan-04 14:02
DaveMcL5-Jan-04 14:02 
GeneralQuery Optimization - MCAD question. Pin
CillyMe18-Dec-03 4:09
CillyMe18-Dec-03 4:09 
GeneralRe: Query Optimization - MCAD question. Pin
Jeff Varszegi18-Dec-03 14:49
professionalJeff Varszegi18-Dec-03 14:49 
GeneralRe: Query Optimization - MCAD question. Pin
CillyMe18-Dec-03 16:00
CillyMe18-Dec-03 16:00 
GeneralRe: Query Optimization - MCAD question. Pin
Jeff Varszegi18-Dec-03 17:00
professionalJeff Varszegi18-Dec-03 17:00 
GeneralRe: Query Optimization - MCAD question. Pin
CillyMe18-Dec-03 22:04
CillyMe18-Dec-03 22:04 
GeneralRe: Query Optimization - MCAD question. Pin
Jeff Varszegi19-Dec-03 6:12
professionalJeff Varszegi19-Dec-03 6:12 
Well, I never actually got down into actually testing for myself the physical file's structural changes when inserting and deleting, but that's not my understanding. Here's what I found in Books Online when I searched for 'clustered index key':

After the row with the first value is found using the clustered index, rows with subsequent indexed values are guaranteed to be physically adjacent. For example, if an application frequently executes a query to retrieve records between a range of dates, a clustered index can quickly locate the row containing the beginning date, and then retrieve all adjacent rows in the table until the last date is reached.

Also, this:

Clustered indexes are not a good choice for:

- Columns that undergo frequent changes

This results in the entire row moving (because SQL Server must keep the data values of a row in physical order). This is an important consideration in high-volume transaction processing systems where data tends to be volatile.


Like I said, I freely admit that I am not a complete expert on SQL Server. Anything I say should be taken with a grain of salt. Smile | :) I'm sure you'll do really well on all your tests, because I don't think that the average schmuck who takes these things is so concerned with getting everything really straight. It's nice to see.


Regards,

Jeff Varszegi
GeneralRe: Query Optimization - MCAD question. Pin
Jeff Varszegi19-Dec-03 6:17
professionalJeff Varszegi19-Dec-03 6:17 
GeneralRe: Query Optimization - MCAD question. Pin
CillyMe19-Dec-03 15:42
CillyMe19-Dec-03 15:42 
GeneralRe: Query Optimization - MCAD question. Pin
Mike Dimmick5-Jan-04 6:20
Mike Dimmick5-Jan-04 6:20 
GeneralSqlException in ADO.NET Pin
Y. Liu18-Dec-03 4:02
Y. Liu18-Dec-03 4:02 
GeneralRe: SqlException in ADO.NET Pin
Jeff Varszegi18-Dec-03 14:50
professionalJeff Varszegi18-Dec-03 14:50 
GeneralRe: SqlException in ADO.NET Pin
Y. Liu19-Dec-03 4:36
Y. Liu19-Dec-03 4:36 
GeneralRe: SqlException in ADO.NET Pin
Jeff Varszegi19-Dec-03 5:43
professionalJeff Varszegi19-Dec-03 5:43 
GeneralRe: SqlException in ADO.NET Pin
SimonS24-Dec-03 8:31
SimonS24-Dec-03 8:31 
GeneralDataSet Pin
Large Data File17-Dec-03 20:40
Large Data File17-Dec-03 20:40 
GeneralRe: DataSet Pin
Not Active18-Dec-03 2:53
mentorNot Active18-Dec-03 2:53 
GeneralSql question Pin
pankajdaga17-Dec-03 7:18
pankajdaga17-Dec-03 7:18 
GeneralRe: Sql question Pin
Not Active17-Dec-03 8:22
mentorNot Active17-Dec-03 8:22 
GeneralRe: Sql question Pin
pankajdaga17-Dec-03 9:24
pankajdaga17-Dec-03 9:24 
GeneralRe: Sql question Pin
jeff_martin17-Dec-03 10:23
jeff_martin17-Dec-03 10:23 
GeneralRe: Sql question Pin
pankajdaga17-Dec-03 11:23
pankajdaga17-Dec-03 11:23 
GeneralPlease help me with Datagrid Pin
roger.nie17-Dec-03 6:24
roger.nie17-Dec-03 6:24 
Generalhoe to get ADO info Pin
xprtguro16-Dec-03 21:15
xprtguro16-Dec-03 21:15 

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.