Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set relation to in SQL database
Message
 
À
11/12/2006 11:38:10
Yh Yau
Ingenuity Microsystems Sdn Bhd
Kuala Lumpur, Malaisie
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01176444
Message ID:
01176916
Vues:
9
Well the first thing I'll say is that you are not going to be running a report off of the whole table. Secondly, you will have indexes that make this a lot faster. I would assume that you will have an index on at least all of the join terms. If you can also have a covering index on the returned values then you can minimise the number of bookmarks you create in the execution plan.
Those tables are not really very big for SQL to handle, the key thing is the indexing you have and the way you join the tables. I hope for example that the keys are all integers or unique at least.
SJC Systems Limited
WorldSpreads Limited (www.worldspreads.com)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform