Hi,
I have two same Databases with different names in Sql server. I am using one of them as my Client Side DB and the second one as my Server Side DB. I want to populate the Client side DB from the Server side DB.
I want to know is there any simple method for doing that? or I could only use GET method to populate my client side tables one by one ?