Member Login

Username
Password
Forget Password
New Sign Up
Search Forum

Buy Support
Incidents

If you can't find your answer in the FREE PUBLIC QDeveloper Forum, require URGENT Priority Support, or you need to send us private or confidential information:

Click Here
If you can't login and post questions or you are having trouble viewing forum posts:
Click Here
Callback
Support

If you live in USA, UK, Canada, Australia or New Zealand, you can leave us details on your question and request us to call you back and discuss them with you personally  (charges apply).

Click Here
 
Buy Support
Incidents
If you can't find your answer in the FREE PUBLIC QDeveloper Forum, require URGENT Priority Support, or you need to send us private or confidential information:
Click Here

Forum : Ability to only optimize a subset of tablesSearch Forum

Forum Home > QODBC - ODBC Driver for QuickBooks > QODBC v8 Forum

 New Topic 
 
 Post Reply 
[1]  
 Ability to only optimize a subset of tables 
 Author   Message 
  dougbr 
  
 Group: Members 
 Posts: 7 
 Joined: 2008-08-29 
 Profile
 Posted : 2008-10-02 03:43:19
We are only using a small subset of all of the tables that QuickBooks contains.  We import them into SQL Server via DTS.  Is there any sort of option to tell the Optimizer (via QODBCFUL.EXE or QODBCUPD.EXE) to only reload the few tables we actually use? 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2008-10-02 08:58:55

The trick is not to use QODBCFUL.EXE or QODBCUPD.EXE in the first place. QODBC will automatically optimize the tables you use, but you can force a table to be optimized (or reoptimized) by doing:

select * from SalesOrder VERIFY

See: How do I setup the QODBC Optimizer? Where are the Optimizer options? for more.

 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to