Click here to Skip to main content
15,899,679 members
Home / Discussions / Database
   

Database

 
GeneralRe: User define Data type Pin
Software_Guy_1231-Feb-07 6:40
Software_Guy_1231-Feb-07 6:40 
QuestionSQL Helper File Pin
gauthee31-Jan-07 23:44
gauthee31-Jan-07 23:44 
AnswerRe: SQL Helper File Pin
Sylvester george1-Feb-07 0:36
Sylvester george1-Feb-07 0:36 
QuestionWhich index is good Pin
anujose31-Jan-07 23:02
anujose31-Jan-07 23:02 
AnswerRe: Which index is good Pin
Pete O'Hanlon31-Jan-07 23:20
mvePete O'Hanlon31-Jan-07 23:20 
GeneralRe: Which index is good Pin
andyharman1-Feb-07 0:04
professionalandyharman1-Feb-07 0:04 
GeneralRe: Which index is good Pin
Pete O'Hanlon1-Feb-07 0:08
mvePete O'Hanlon1-Feb-07 0:08 
AnswerRe: Which index is good Pin
andyharman1-Feb-07 4:58
professionalandyharman1-Feb-07 4:58 
Hi Pete

I know that the following engines have clustered indexes:
  • Sybase (as you would expect because of SQL-Server's heritage).
  • Informix had them back in 87.
  • Oracle has Index Organized Tables (IOTs), which amounts to the same thing.
All of these conform broadly to the guidelines I provided earlier. If you google for "Clustered Index" then SQL-Server gives your the most hits.

The "covered" index thing has been supported by most high-end engines for many years. SQL Server 2005 has a new "include" clause for non-clustered indexes that is well worth checking-out. There are circumstances where this has better query performance than a clustered index.

On small databases there isn't much to be gained - so most of the lower league engines (MS-Access, etc) do not seem to support the concept. Interestingly, it looks like MySql supports them.

Regards
Andy
GeneralRe: Which index is good Pin
Pete O'Hanlon1-Feb-07 8:48
mvePete O'Hanlon1-Feb-07 8:48 
AnswerRe: Which index is good Pin
Colin Angus Mackay1-Feb-07 6:23
Colin Angus Mackay1-Feb-07 6:23 
QuestionIn Oracle, how can I get the views defined using a particular table Pin
nsurendran31-Jan-07 23:00
nsurendran31-Jan-07 23:00 
QuestionWhy is my T-SQL function considered non-deterministic? Pin
michal.kreslik31-Jan-07 22:16
michal.kreslik31-Jan-07 22:16 
AnswerRe: Why is my T-SQL function considered non-deterministic? Pin
Colin Angus Mackay1-Feb-07 2:31
Colin Angus Mackay1-Feb-07 2:31 
GeneralRe: Why is my T-SQL function considered non-deterministic? Pin
michal.kreslik1-Feb-07 6:09
michal.kreslik1-Feb-07 6:09 
AnswerRe: Why is my T-SQL function considered non-deterministic? Pin
Chris Meech1-Feb-07 8:01
Chris Meech1-Feb-07 8:01 
GeneralRe: Why is my T-SQL function considered non-deterministic? Pin
michal.kreslik1-Feb-07 8:40
michal.kreslik1-Feb-07 8:40 
GeneralRe: Why is my T-SQL function considered non-deterministic? Pin
michal.kreslik1-Feb-07 9:07
michal.kreslik1-Feb-07 9:07 
GeneralRe: Why is my T-SQL function considered non-deterministic? Pin
michal.kreslik1-Feb-07 9:31
michal.kreslik1-Feb-07 9:31 
Answerthe solution Pin
michal.kreslik1-Feb-07 18:47
michal.kreslik1-Feb-07 18:47 
QuestionUpload a binary file with vb.net from an xml node Pin
orlija31-Jan-07 22:06
orlija31-Jan-07 22:06 
QuestionImplementing "Merge replication" in Vs.Net 2005 Pin
Spaz8031-Jan-07 21:57
Spaz8031-Jan-07 21:57 
QuestionSQL: how many type of Store Procedure parameter ? Pin
PavanPareta31-Jan-07 21:41
PavanPareta31-Jan-07 21:41 
AnswerRe: SQL: how many type of Store Procedure parameter ? Pin
Pete O'Hanlon1-Feb-07 0:05
mvePete O'Hanlon1-Feb-07 0:05 
GeneralRe: SQL: how many type of Store Procedure parameter ? Pin
PavanPareta1-Feb-07 1:10
PavanPareta1-Feb-07 1:10 
QuestionSQL: diffrence between Clustered and Non Clustered Indexing Pin
PavanPareta31-Jan-07 21:39
PavanPareta31-Jan-07 21:39 

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.