Download Transferring data from a local database to a hosted

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Serializability wikipedia , lookup

Microsoft Access wikipedia , lookup

IMDb wikipedia , lookup

Btrieve wikipedia , lookup

Entity–attribute–value model wikipedia , lookup

Oracle Database wikipedia , lookup

Extensible Storage Engine wikipedia , lookup

SQL wikipedia , lookup

Ingres (database) wikipedia , lookup

Functional Database Model wikipedia , lookup

Open Database Connectivity wikipedia , lookup

Concurrency control wikipedia , lookup

PL/SQL wikipedia , lookup

Microsoft SQL Server wikipedia , lookup

Microsoft Jet Database Engine wikipedia , lookup

Database wikipedia , lookup

Versant Object Database wikipedia , lookup

Relational model wikipedia , lookup

ContactPoint wikipedia , lookup

Clusterpoint wikipedia , lookup

Database model wikipedia , lookup

Transcript
Transferring data from a local database to a hosted database
This guide is to help with transferring data between a local instance of MS SQL 2005 or 2008 to a
database on one of our Shared or Dedicated MS SQL Servers. It is assumed that there is a shared
database created, a local database and general computing experience.
It is preferable for the task to be performed by the Database Administrator or Developer (at the very
least you will need to be familiar with the database structure and logins).
Please note the details used below are just examples please use your own connection details.
Opening SQL Server Management Server (SSMS)
Open SSMS from the start menu or go to Start > Run and type ‘sqlwb’ (2005) or ‘ssms’ (2008)
Connect to your local database server
1
Open the Import and Export Wizard
Right click on the database and select Tasks then Export Data...
2
The Import and Export Wizard
The import/export wizard is then displayed, click Next on the opening screen
3
Choose a data Source
Select the local database as the Data source and click Next.
4
Choose a Destination
Select the Destination Database.
•
•
•
•
•
•
Select SQL Native Client
Enter the database server name and port supplied in the created database job
Enter the admin user and password
Click on refresh
Select the database
Click on Next
5
Specify Table Copy or Query
Chose between:
• Copy data from one or more tables or views
• Write a query to specify the data to transfer
In this example the Copy data from one or more tables or views will be used. You will need to be
proficient in SQL to be able to take advantage of the more advanced transfer options available when
you write the query yourself.
Select this and click Next.
Select Source Tables and Views
Check the top check box to select all tables
The mapping can be viewed or edited by clicking on Edit Mapping...
Click Next
6
Run and Save package
You can choose to run this package immediately or save it to run at a later date, you need to run it a
number of times to refresh the data.
Click Next
The next page will be a summary of all actions that will be executed, click Finish to run the SSIS
package.
7
Running the SSIS package
This page will show the progress of the SSIS package, any errors and a summary when completed.
This completes the process. If you have doubts about the process or the successful completion
please log onto the shared database and ensure the tables have been updated successfully. If you
have any further question please log a job with as much detail as possible or feel free to call our 24
hour support line.
8