Hi everyone,
I want to change an On-line application to off-line application.
The on-line application is using large number of tables,stored procedure,views.
I want to make only one module to work in off-line.
So I want to sync the tables that are related with that module, from server DB to client DB vice versa.
server DB: SQL server 2005
Client DB:SQL Express edition
Inorder to find the tables related with that module I looked SQL profiler.
Profiler is producing large number of results.
Its taking too much time to find the tables that are related to that particular module.
Because I have to go through all the stored procedure,views to find the tables.
Is there any other way to find the tables related with that module?
Thanks,
Bharathi