Re: Performance problem in sql ce
- From: joker <joker@xxxxxxxxxxx>
- Date: Mon, 21 Apr 2008 07:12:41 -0700 (PDT)
Even though you're using "Proper indexing" (I'm not sure what this
means), are you sure that they're being used?
Query optimizers aren't perfect and sometimes get confused.
Try experimenting with your queries by elminating tables and joins
until performance improves. Try running it on the desktop and seeing
if you have the same issues there. If so, you can look at the
"Execution Plan" to see if it is indeed using an index where is should
be.
.
- References:
- Performance problem in sql ce
- From: Gagan
- Re: Performance problem in sql ce
- From: Ginny Caughey MVP
- Re: Performance problem in sql ce
- From: Gagan
- Performance problem in sql ce
- Prev by Date: Re: Performance problem in sql ce
- Next by Date: Re: Performance problem in sql ce
- Previous by thread: Re: Performance problem in sql ce
- Next by thread: Re: Performance problem in sql ce
- Index(es):
Loading