You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I have done a web application using asp and MSDE. The DB is experiencing occasional slowness, specially when I am inserting several records. Here is the scenario: Table with fields ID(identity), CandidateID(integer), ExpertiseID(integer). I have several other tables with similar structure, and I am almost certain that these tables are the ones causing the slowness. I think it has something to do with Indexing. Need your help, Thanks!
Ross Lourensse
unread,
Nov 15, 2001, 5:33:26 PM11/15/01
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
try using the index tuning wizard
"EJ Legarda" <e...@4miles.com> wrote in message news:e1bbcf58.01111...@posting.google.com...
Paladin
unread,
Nov 16, 2001, 1:43:21 AM11/16/01
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
How many records are we talking about? Are there triggers on the tables? Inserts dont really benefit from indexes, they tend to suffer from them. The indexes are left alone because every other process that tries to locate records benefits greatly from them.
How many rows (round estimate) are there to deal with?
-Paladin
"EJ Legarda" <e...@4miles.com> wrote in message news:e1bbcf58.01111...@posting.google.com...