Click here to Skip to main content
16,005,209 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Performance Issue Pin
Member 195080919-Nov-08 23:25
Member 195080919-Nov-08 23:25 
AnswerRe: Performance Issue Pin
Paddy Boyd19-Nov-08 23:41
Paddy Boyd19-Nov-08 23:41 
GeneralRe: Performance Issue Pin
Member 195080920-Nov-08 1:04
Member 195080920-Nov-08 1:04 
GeneralRe: Performance Issue Pin
Paddy Boyd20-Nov-08 1:09
Paddy Boyd20-Nov-08 1:09 
GeneralRe: Performance Issue Pin
Member 195080920-Nov-08 1:35
Member 195080920-Nov-08 1:35 
GeneralRe: Performance Issue Pin
Paddy Boyd20-Nov-08 1:39
Paddy Boyd20-Nov-08 1:39 
GeneralRe: Performance Issue Pin
Member 195080920-Nov-08 1:59
Member 195080920-Nov-08 1:59 
AnswerRe: Performance Issue Pin
Guffa20-Nov-08 0:57
Guffa20-Nov-08 0:57 
Verify that you have indexes on the fields that you use to identify records in the query.

If you for example join in a table using:

inner join SomeTable s on s.SomeUniqueId = x.SomeExternalKey

Check that you have an index on the SomeUniqueId field. (If the field is primary key in the table, it automatically has an index.)

Run the query in Management Studio and view the execution plan. That will show you what is really done when the query runs.

Despite everything, the person most likely to be fooling you next is yourself.

AnswerRe: Performance Issue Pin
Abhijit Jana20-Nov-08 3:13
professionalAbhijit Jana20-Nov-08 3:13 
QuestionScope of Object Variables Pin
yogesh_kumar_agarwal19-Nov-08 22:15
yogesh_kumar_agarwal19-Nov-08 22:15 
AnswerRe: Scope of Object Variables Pin
simsen19-Nov-08 22:55
simsen19-Nov-08 22:55 
GeneralRe: Scope of Object Variables Pin
yogesh_kumar_agarwal19-Nov-08 23:33
yogesh_kumar_agarwal19-Nov-08 23:33 
AnswerRe: Scope of Object Variables Pin
Samer Aburabie19-Nov-08 23:01
Samer Aburabie19-Nov-08 23:01 
GeneralRe: Scope of Object Variables Pin
yogesh_kumar_agarwal19-Nov-08 23:31
yogesh_kumar_agarwal19-Nov-08 23:31 
GeneralRe: Scope of Object Variables Pin
Samer Aburabie19-Nov-08 23:36
Samer Aburabie19-Nov-08 23:36 
QuestionDrag and Drop label into textbox [modified] Pin
Member 282396219-Nov-08 20:21
Member 282396219-Nov-08 20:21 
GeneralASP.Net with Apache Pin
kavithakcross19-Nov-08 18:32
kavithakcross19-Nov-08 18:32 
GeneralRe: ASP.Net with Apache Pin
Parwej Ahamad19-Nov-08 19:11
professionalParwej Ahamad19-Nov-08 19:11 
GeneralRe: ASP.Net with Apache Pin
kavithakcross19-Nov-08 20:12
kavithakcross19-Nov-08 20:12 
GeneralRe: ASP.Net with Apache Pin
Parwej Ahamad19-Nov-08 21:53
professionalParwej Ahamad19-Nov-08 21:53 
GeneralRe: ASP.Net with Apache Pin
kavithakcross19-Nov-08 22:43
kavithakcross19-Nov-08 22:43 
QuestionNeed help with IIS authentication Pin
Rajeevg19-Nov-08 18:29
Rajeevg19-Nov-08 18:29 
QuestionReport Viewer Pin
kenexcelon19-Nov-08 14:19
kenexcelon19-Nov-08 14:19 
AnswerRe: Report Viewer Pin
Samer Aburabie19-Nov-08 14:44
Samer Aburabie19-Nov-08 14:44 
GeneralRe: Report Viewer Pin
kenexcelon20-Nov-08 14:52
kenexcelon20-Nov-08 14:52 

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.