Click here to Skip to main content
16,004,969 members
Home / Discussions / Database
   

Database

 
QuestionTable values import to excel Sheet Pin
thangarajappa17-Dec-08 23:01
thangarajappa17-Dec-08 23:01 
AnswerRe: Table values import to excel Sheet Pin
Wendelius18-Dec-08 10:02
mentorWendelius18-Dec-08 10:02 
Questionsql server 2000 Pin
kulandaivel_mca200717-Dec-08 22:56
kulandaivel_mca200717-Dec-08 22:56 
AnswerRe: sql server 2000 Pin
Blue_Boy17-Dec-08 23:27
Blue_Boy17-Dec-08 23:27 
Questioneditor Stored procedure in MYSQL Pin
ptr_Electron17-Dec-08 21:44
ptr_Electron17-Dec-08 21:44 
AnswerRe: editor Stored procedure in MYSQL Pin
Wendelius18-Dec-08 9:03
mentorWendelius18-Dec-08 9:03 
GeneralExecution Plan Pin
Mycroft Holmes17-Dec-08 16:47
professionalMycroft Holmes17-Dec-08 16:47 
GeneralRe: Execution Plan Pin
Wendelius17-Dec-08 18:15
mentorWendelius17-Dec-08 18:15 
I think it depends on the surrounding operations and how many rows are you expecting from that operation. For example if just a few rows are fetched using clustered index scan and they do not reside near each other, it would be more efficient to fetch them using the tree vertically.

However, it's hard to say if the plan can be better without seeing the whole plan and the sql statement (well actually also info about the indices and row amounts). Do you have any possibility to post the plan and the sql?

The need to optimize rises from a bad design.My articles[^]

GeneralRe: Execution Plan Pin
Mycroft Holmes17-Dec-08 18:23
professionalMycroft Holmes17-Dec-08 18:23 
GeneralRe: Execution Plan Pin
Wendelius18-Dec-08 8:47
mentorWendelius18-Dec-08 8:47 
QuestionBuilt-In Functions Myth!!! Pin
Gamzun17-Dec-08 8:48
Gamzun17-Dec-08 8:48 
Questionstored procedure. [modified] Pin
Talsaniya Jayesh17-Dec-08 5:00
professionalTalsaniya Jayesh17-Dec-08 5:00 
AnswerRe: stored procedure. Pin
Wendelius17-Dec-08 6:01
mentorWendelius17-Dec-08 6:01 
QuestionStore Procedure parameter Pin
faizurrahman17-Dec-08 1:26
faizurrahman17-Dec-08 1:26 
AnswerRe: Store Procedure parameter Pin
Ashfield17-Dec-08 2:27
Ashfield17-Dec-08 2:27 
GeneralRe: Store Procedure parameter Pin
faizurrahman18-Dec-08 0:07
faizurrahman18-Dec-08 0:07 
GeneralRe: Store Procedure parameter Pin
Ashfield18-Dec-08 0:15
Ashfield18-Dec-08 0:15 
QuestionStupid INSERT question for PL-SQL Pin
Nostrom016-Dec-08 8:58
Nostrom016-Dec-08 8:58 
AnswerRe: Stupid INSERT question for PL-SQL Pin
Wendelius16-Dec-08 9:12
mentorWendelius16-Dec-08 9:12 
GeneralRe: Stupid INSERT question for PL-SQL Pin
Nostrom016-Dec-08 10:35
Nostrom016-Dec-08 10:35 
GeneralRe: Stupid INSERT question for PL-SQL Pin
Wendelius16-Dec-08 10:47
mentorWendelius16-Dec-08 10:47 
GeneralRe: Stupid INSERT question for PL-SQL Pin
Nostrom016-Dec-08 11:20
Nostrom016-Dec-08 11:20 
GeneralRe: Stupid INSERT question for PL-SQL Pin
Wendelius16-Dec-08 11:27
mentorWendelius16-Dec-08 11:27 
GeneralRe: Stupid INSERT question for PL-SQL Pin
Nostrom016-Dec-08 11:53
Nostrom016-Dec-08 11:53 
GeneralRe: Stupid INSERT question for PL-SQL Pin
Wendelius16-Dec-08 12:05
mentorWendelius16-Dec-08 12:05 

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.