In this video tutorial I will show you how to export data from remote server (godaddy live server) to local database. First of all create a database name in local server (any name) called “godaddyBackup”. Next connect your remote server using server name (IP address) and password. Select your database from remove server
Right click on the database you wish to backup and Click Task à Export Data.
Choose Source Data:
This pops open a wizard where you can choose the Data Source from which to copy data.
Select Server name and Use SQL server authentication, Username and password. Then select database from the dropdown list and click next.
Choose a Destination:
Select local server name Use SQL server authentication, Username and password. Same as previous select database from the dropdown list where to export data and click next.
Specify Table Copy or Query
Use radio button to and “select copy data from one or more tables or views”. And click next button.
Select Source Tables and Views:
Choose more tables and views to copy from the list and click next button.
Run Package
Click Next button. Then next, click finish button.
After performing some operation data will be exported from the remote server to local server.
Open the local database and see your exported data.
Post your comments / questions
Recent Article
- How to create custom 404 error page in Django?
- Requested setting INSTALLED_APPS, but settings are not configured. You must either define..
- ValueError:All arrays must be of the same length - Python
- Check hostname requires server hostname - SOLVED
- How to restrict access to the page Access only for logged user in Django
- Migration admin.0001_initial is applied before its dependency admin.0001_initial on database default
- Add or change a related_name argument to the definition for 'auth.User.groups' or 'DriverUser.groups'. -Django ERROR
- Addition of two numbers in django python
Related Article