Re: Query not fast enough?
From: Larry (Larry_at_discussions.microsoft.com)
Date: 09/16/04
- Next message: Alejandro Mesa: "RE: Query not fast enough?"
- Previous message: Nataraj: "RE: Query not fast enough?"
- In reply to: Adam Machanic: "Re: Query not fast enough?"
- Next in thread: Adam Machanic: "Re: Query not fast enough?"
- Reply: Adam Machanic: "Re: Query not fast enough?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 16 Sep 2004 08:57:02 -0700
Howdy,
I didn't create the database. There is only one index and that is the
primary key. No triggers. Is there a way to attach table info? I don't see
it as an option. I'll send it to you. The Index Tuning Wizard read 100%
cost on the table only. Every thing else was 0%. Thanks.
"Adam Machanic" wrote:
> Can you post DDL (CREATE TABLE statements, including indexes and
> constraints) and sample rows?
>
>
> "Larry" <Larry@discussions.microsoft.com> wrote in message
> news:9AFBA30B-1DD3-42AC-8B9C-015A833AC932@microsoft.com...
> > Hi Folks,
> >
> > I've got a table that contains 34,480 rows. I set the primary key
> > (clustered index) to an nvarchar field. When I execute the simple query
> > below, the execution time reads 00:00:05. I've done al of the things to
> > optimize the query. A search using the same column is used in a web
> > application. They are concerned about the delay. I can't think of
> anything
> > else to do. Any ideas on this one?
> >
> > select * from tbl_documents
> >
> > Thanks in advance
> > Larry
> >
>
>
>
- Next message: Alejandro Mesa: "RE: Query not fast enough?"
- Previous message: Nataraj: "RE: Query not fast enough?"
- In reply to: Adam Machanic: "Re: Query not fast enough?"
- Next in thread: Adam Machanic: "Re: Query not fast enough?"
- Reply: Adam Machanic: "Re: Query not fast enough?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|