SQL Server CE Indexes

  • Thread starter Thread starter Chris Stephens
  • Start date Start date
C

Chris Stephens

Hi folks,

Can anyone give me some pointers on how ssce uses indexes and the best way
to implement them. For example, should I create separate indexes for all
fields used in a "where" clause, or a single index with all the "where"
clause fields?

Chris
 
For best perfomance is better to open the table and make a seek if you are
not using a multitable select.

Enrico
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

SQL Server CE sample code 2
Index Question 14
Query returns wrong records 4
2 indexes in same document 8
Connect to SQL Server 2000 3
Index 1
"Hexidecimal" Index 1
SQL ce replication - CREATE TABLE ??? 1

Back
Top