Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Too slow query
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Titre:
Divers
Thread ID:
00514252
Message ID:
00516116
Vues:
12
>hi all,
>I have one table name app with 13000 records, primary key are "originid" char(2) and "appid" int
>
>when i fire a query select * from app. it will take 46 second. I laready have cluster index in the table.
>
>any idea how this query is too slow.
>
>thanks,
>...ashish

1) Are you using a where clause?

2) Try: from app (nolock)

You might post your sql here so I can examine it.

What is the table definition? Do you have any text datatype columns?
Carl R. Perkins
NJ5J Software Corp. http://www.nj5j.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform