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

Database

 
AnswerRe: .mdf file not updated? Pin
Eddy Vluggen29-Aug-16 4:06
professionalEddy Vluggen29-Aug-16 4:06 
GeneralRe: .mdf file not updated? Pin
kmllev29-Aug-16 5:16
kmllev29-Aug-16 5:16 
QuestionHow to speedup the execution of a query in Sql Server? Pin
Abhijit Mindcraft22-Aug-16 22:52
Abhijit Mindcraft22-Aug-16 22:52 
AnswerRe: How to speedup the execution of a query in Sql Server? Pin
Mycroft Holmes22-Aug-16 23:11
professionalMycroft Holmes22-Aug-16 23:11 
AnswerRe: How to speedup the execution of a query in Sql Server? Pin
David Mujica23-Aug-16 5:35
David Mujica23-Aug-16 5:35 
GeneralRe: How to speedup the execution of a query in Sql Server? Pin
Abhijit Mindcraft23-Aug-16 19:58
Abhijit Mindcraft23-Aug-16 19:58 
GeneralRe: How to speedup the execution of a query in Sql Server? Pin
Mycroft Holmes23-Aug-16 20:20
professionalMycroft Holmes23-Aug-16 20:20 
AnswerRe: How to speedup the execution of a query in Sql Server? Pin
Eddy Vluggen24-Aug-16 4:09
professionalEddy Vluggen24-Aug-16 4:09 
After checking your keys and indexes, you could try to omit as much functions in the query as possible, limit the case-when switches and remove any unused tables and/or columns.

MSDN also has a few pages on the subject Smile | :)
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: How to speedup the execution of a query in Sql Server? Pin
Abhijit Mindcraft24-Aug-16 18:57
Abhijit Mindcraft24-Aug-16 18:57 
QuestionBasic Join Not Working (Copy From LAMP Forum) Pin
Django_Untaken19-Aug-16 2:18
Django_Untaken19-Aug-16 2:18 
AnswerRe: Basic Join Not Working (Copy From LAMP Forum) Pin
Chris Quinn19-Aug-16 2:34
Chris Quinn19-Aug-16 2:34 
Questionpostgresql or mysql? Pin
Member 907660914-Aug-16 20:21
Member 907660914-Aug-16 20:21 
AnswerRe: postgresql or mysql? Pin
Richard MacCutchan14-Aug-16 21:29
mveRichard MacCutchan14-Aug-16 21:29 
AnswerRe: postgresql or mysql? Pin
Tim Carmichael15-Aug-16 10:22
Tim Carmichael15-Aug-16 10:22 
AnswerRe: postgresql or mysql? Pin
Eddy Vluggen15-Aug-16 14:22
professionalEddy Vluggen15-Aug-16 14:22 
AnswerRe: postgresql or mysql? Pin
Jörgen Andersson15-Aug-16 21:27
professionalJörgen Andersson15-Aug-16 21:27 
AnswerRe: postgresql or mysql? Pin
jonyj8-Sep-16 10:20
jonyj8-Sep-16 10:20 
QuestionError when passing multiple values Pin
Jassim Rahma12-Aug-16 12:53
Jassim Rahma12-Aug-16 12:53 
AnswerRe: Error when passing multiple values Pin
Mycroft Holmes12-Aug-16 14:21
professionalMycroft Holmes12-Aug-16 14:21 
GeneralRe: Error when passing multiple values Pin
Jassim Rahma13-Aug-16 5:32
Jassim Rahma13-Aug-16 5:32 
GeneralRe: Error when passing multiple values Pin
Richard MacCutchan13-Aug-16 6:03
mveRichard MacCutchan13-Aug-16 6:03 
GeneralRe: Error when passing multiple values Pin
Jassim Rahma13-Aug-16 7:08
Jassim Rahma13-Aug-16 7:08 
GeneralRe: Error when passing multiple values Pin
Richard MacCutchan13-Aug-16 8:29
mveRichard MacCutchan13-Aug-16 8:29 
GeneralRe: Error when passing multiple values Pin
Jassim Rahma13-Aug-16 11:12
Jassim Rahma13-Aug-16 11:12 
GeneralRe: Error when passing multiple values Pin
Victor Nijegorodov13-Aug-16 11:15
Victor Nijegorodov13-Aug-16 11: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.