SQL Refresh

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

After upsizing my 3 tables to a SQL server I think that I have to refresh the linked tables manually. Is this right? Shouldn't it happen automatically?
 
Hi JMorrell,

Refresh all table links without having to delete the
link and recreate it.
1.)To do this, under the Tools menu, select "Database Utilities" and then
"Linked Table Manager."
2.)A Linked Table Manager window should appear as follows:
3.) Select the tables that you wish to refresh the links for. In this
example, we've selected the Employees table. Click on the OK button.
4.)You should get a message indicating that the linked tables were
successfully refreshed. Now, any changes to the linked table should be
reflected in your database.


Please let me know has this helped You...
Thank you...
Raghu...
This posting is provided "AS IS" with no warranties, and confers no rights.
 
JMorrell said:
After upsizing my 3 tables to a SQL server I think that I have to refresh
the linked tables manually. Is this right? Shouldn't it happen
automatically?
 
Back
Top