Duplicar tablas localmente

28/09/2004 - 14:31 por El principiante | Informe spam
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

#1 Esparta Palma
28/09/2004 - 19:16 | Informe spam
No existe forma "sencilla" de lograrlo, quizás deberás implementar una
rutina donde se revise este tema al iniciar tu aplicación... Esto quizás
tenga como consecuencia el manejar triggers en el lado del servidor (para
guardar en una tabla auxiliar los ultimos cambios hechos)...

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



ž,ø€º°`°º€ø,žž,ø€º°`°º€ø,žž,ø€º°`°º€ø,žž,ø€º°`°º
Espartaco Palma Martínez
SysOp PortalFox.com
email:mexicoSINSPAM[Arroba]portalfox.com

-
PortalFox :: Nada corre como un zorr
http://www.portalfox.co

PortalFox - NNTP Forum Gatewa

Preguntas similares