Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set relation to in SQL database
Message
 
To
11/12/2006 11:38:10
Yh Yau
Ingenuity Microsystems Sdn Bhd
Kuala Lumpur, Malaysia
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01176444
Message ID:
01176916
Views:
8
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)
Previous
Reply
Map
View

Click here to load this message in the networking platform