Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have developed application on C# desktop application with SQL 2005 as back end. I installed the application on an admin pc and also on my laptop computer, the laptop computer access the admin pc which is on the same network for the DB. However, is there any way I could restore the admin PC Database to My Laptop so that I can view data by connecting to the SQL on my comp when I am out of the network? Right now the scenario is defined as: any computer on the network has to access the DB from the admin PC in order to access any data and if any PC(laptop) within the network goes out of the network, the application wont work since there is no local DB, so how can I import and restore the DB frm the Admin PC wen I am on the network and restore it to my comp for future viewing.. Please Help.
Posted

1 solution

create a backup of your network db and restore the backup on your local system.

But if you dont have sql server on your localsystem (many people have sql express) then you have to create the scripts in n/w db and execute them locally.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900