Hola, queridos amigos
De este link:
http://www.sql-server-performance.c...rmance.asp
lei esto:
"If your Visual FoxPro application needs to access the same data over and
over, and this data is relatively static (such as data used in common lookup
tables), consider duplicating this data on both the SQL Server and the
client. Design the application so if the data changes on SQL Server, that
the local data is automatically updated. This reduces network traffic and
the load on SQL Server, boosting the performance of the client application.
[6.5, 7.0, 2000] "
Como puedo implementar esto ? es decir como hacer que cuando se actualice
la tabla en el servidor sea actualizada automaticamente las copias locales
de cada cliente ?
Andres Ledesma
Leer las respuestas