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

Database

 
GeneralRe: Application is still running or a crash occured Pin
ovidiu_pon20-Apr-03 20:51
ovidiu_pon20-Apr-03 20:51 
Generalstored procedure problem Pin
AlphaS17-Apr-03 12:36
AlphaS17-Apr-03 12:36 
GeneralRe: stored procedure problem Pin
Rein Hillmann17-Apr-03 13:49
Rein Hillmann17-Apr-03 13:49 
GeneralRe: stored procedure problem Pin
AlphaS18-Apr-03 10:35
AlphaS18-Apr-03 10:35 
GeneralRe: stored procedure problem Pin
Rein Hillmann18-Apr-03 13:25
Rein Hillmann18-Apr-03 13:25 
GeneralRe: stored procedure problem Pin
AlphaS18-Apr-03 21:03
AlphaS18-Apr-03 21:03 
GeneralMSDE server performance question Pin
Member 9617-Apr-03 7:27
Member 9617-Apr-03 7:27 
GeneralRe: MSDE server performance question Pin
Mark Smithson17-Apr-03 8:22
Mark Smithson17-Apr-03 8:22 
It is not clear from you post if the queries execute against different databases. If they don't you may like to consider the following (if, indeed you haven't already).

Running two consecutive queries will cause some slowdown, due to the server having to perform additional work. I would make sure that your long running query is not obtaining any locks that may prevent the other query from running. If your queries perform any joins you may find that the joins cause locks.

I also remember reading somewhere that SQL Server/MSDE will escalate locks. Perhaps you are getting page locks that are causing the second query to block, as it has data on the same page.

Have you tried moving the database(s) to a SQL Server (not MSDE) to see if you still get the same problem?

With regards to the performance of MSDE, it will slow down if you have more than '5 concurrent batch workloads'. have a look at the performance section in this page for further information.
http://www.microsoft.com/sql/techinfo/development/2000/MSDE2000.asp

I hope this helps.

Regards

Mark Smithson
GeneralRe: MSDE server performance question Pin
Member 9617-Apr-03 8:51
Member 9617-Apr-03 8:51 
GeneralRe: MSDE server performance question Pin
andyharman18-Apr-03 4:07
professionalandyharman18-Apr-03 4:07 
GeneralRe: MSDE server performance question Pin
Member 9619-Apr-03 18:08
Member 9619-Apr-03 18:08 
QuestionSQL Server Insert and trigger question? Pin
Bart-Man17-Apr-03 4:57
Bart-Man17-Apr-03 4:57 
AnswerRe: SQL Server Insert and trigger question? Pin
Chris Meech17-Apr-03 7:47
Chris Meech17-Apr-03 7:47 
GeneralRe: SQL Server Insert and trigger question? Pin
Bart-Man17-Apr-03 9:48
Bart-Man17-Apr-03 9:48 
GeneralRe: SQL Server Insert and trigger question? Pin
Chris Meech17-Apr-03 10:06
Chris Meech17-Apr-03 10:06 
GeneralRe: SQL Server Insert and trigger question? Pin
Bart-Man17-Apr-03 10:43
Bart-Man17-Apr-03 10:43 
GeneralSQL problem Pin
John-theKing16-Apr-03 21:53
John-theKing16-Apr-03 21:53 
GeneralRe: SQL problem Pin
Richard Deeming16-Apr-03 23:22
mveRichard Deeming16-Apr-03 23:22 
QuestionHow to rename a table in a database? Pin
Paul Selormey16-Apr-03 20:02
Paul Selormey16-Apr-03 20:02 
AnswerRe: How to rename a table in a database? Pin
DiWa16-Apr-03 21:28
DiWa16-Apr-03 21:28 
GeneralRe: How to rename a table in a database? Pin
Paul Selormey17-Apr-03 0:51
Paul Selormey17-Apr-03 0:51 
GeneralRe: How to rename a table in a database? Pin
Paul Selormey17-Apr-03 1:50
Paul Selormey17-Apr-03 1:50 
GeneralRe: How to rename a table in a database? Pin
DiWa17-Apr-03 2:44
DiWa17-Apr-03 2:44 
GeneralRe: How to rename a table in a database? Pin
Paul Selormey17-Apr-03 3:18
Paul Selormey17-Apr-03 3:18 
AnswerRe: How to rename a table in a database? Pin
Bruce Duncan17-Apr-03 1:14
Bruce Duncan17-Apr-03 1:14 

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.