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

Database

 
AnswerRe: MSDE Problems Pin
Paul Conrad4-Jun-07 7:06
professionalPaul Conrad4-Jun-07 7:06 
Questionchecking the datatype of a column in a table Pin
steve_rm4-Jun-07 6:00
steve_rm4-Jun-07 6:00 
AnswerRe: checking the datatype of a column in a table Pin
Arun.Immanuel4-Jun-07 6:53
Arun.Immanuel4-Jun-07 6:53 
AnswerRe: checking the datatype of a column in a table Pin
andyharman4-Jun-07 6:58
professionalandyharman4-Jun-07 6:58 
QuestionVeeeeeeeeeery slow queries in MS SQL 2005 Pin
3fonov4-Jun-07 3:51
3fonov4-Jun-07 3:51 
QuestionRe: Veeeeeeeeeery slow queries in MS SQL 2005 Pin
andyharman4-Jun-07 6:13
professionalandyharman4-Jun-07 6:13 
AnswerRe: Veeeeeeeeeery slow queries in MS SQL 2005 Pin
3fonov4-Jun-07 7:01
3fonov4-Jun-07 7:01 
GeneralRe: Veeeeeeeeeery slow queries in MS SQL 2005 Pin
andyharman4-Jun-07 7:28
professionalandyharman4-Jun-07 7:28 
If you run your 10 stored procedure calls from a Management Studio query then how long does it take?

If it takes a long time then I would be looking at a configuration issue (you should be able to comfortably hit between 30-50 calls per second).
o What other indexes do you have on that table?
o Do you have any triggers?
o What else is happening on the database server?
o Are you data files held in a compressed folder?
o Is the transaction log being written to a separate disk?

If it is really quick through the SQL-Server tools then I would be looking at your front-end code.
o Are you using the native SqlClient connection?
o Are you reusing your dbcommand object (using parameters).
o Are you opening a separate connection for each call?
o Is the database on the same server? Do you have network problems?

Hope that helps.
Andy
GeneralRe: Veeeeeeeeeery slow queries in MS SQL 2005 Pin
3fonov4-Jun-07 22:52
3fonov4-Jun-07 22:52 
AnswerRe: Veeeeeeeeeery slow queries in MS SQL 2005 Pin
Pete O'Hanlon4-Jun-07 23:30
mvePete O'Hanlon4-Jun-07 23:30 
QuestionRe: Veeeeeeeeeery slow queries in MS SQL 2005 Pin
3fonov4-Jun-07 23:51
3fonov4-Jun-07 23:51 
Questionmicrosoft access 2000 Pin
villaa4-Jun-07 3:05
villaa4-Jun-07 3:05 
AnswerRe: microsoft access 2000 Pin
Rob Graham4-Jun-07 5:03
Rob Graham4-Jun-07 5:03 
Questionhow to add the picture or movie into the table Pin
ganesamoorthidhayalan4-Jun-07 2:15
ganesamoorthidhayalan4-Jun-07 2:15 
AnswerRe: how to add the picture or movie into the table Pin
Colin Angus Mackay4-Jun-07 2:39
Colin Angus Mackay4-Jun-07 2:39 
AnswerRe: how to add the picture or movie into the table Pin
Giorgi Dalakishvili4-Jun-07 5:41
mentorGiorgi Dalakishvili4-Jun-07 5:41 
Questionwhat is the cursor? Pin
saravanan053-Jun-07 23:13
saravanan053-Jun-07 23:13 
AnswerRe: what is the cursor? Pin
originSH3-Jun-07 23:25
originSH3-Jun-07 23:25 
AnswerRe: what is the cursor? Pin
ganesamoorthidhayalan4-Jun-07 2:20
ganesamoorthidhayalan4-Jun-07 2:20 
AnswerHomework alert Pin
leckey4-Jun-07 4:06
leckey4-Jun-07 4:06 
GeneralRe: Homework alert Pin
originSH4-Jun-07 5:19
originSH4-Jun-07 5:19 
GeneralRe: Homework alert Pin
leckey4-Jun-07 9:55
leckey4-Jun-07 9:55 
QuestionSQL 2000 Reporting Services - Blank pages while rendering matrix in PDF format Pin
Ravindranath Kini3-Jun-07 19:07
Ravindranath Kini3-Jun-07 19:07 
QuestionDTS Package..?? Pin
Xandip3-Jun-07 17:23
Xandip3-Jun-07 17:23 
QuestionBasic SQL question Pin
eggie53-Jun-07 14:42
eggie53-Jun-07 14:42 

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.