How to transfer SQL database from My Database Server to your Database Server

  1. From the Start Menu, select Programs -> Microsoft SQL Server -> Import and Export Data then click Next.
  2. In the Source Server field, type in the Name or IP of the source server (your server), choose Use SQL Server Authentication, type in your username and password, choose your database from the "Database" field, click Next.
    Note: You can also use Windows Authentication if the SQL server is a local server.
  3. In the Destination Server field, type in the hostname of the SeekdotNet SQL Server (this is listed in your hosting control panel), choose Use SQL Server Authentication, type in your SeekdotNet database username and password (this was sent in your database order confirmation email), choose your database from the Database field, click Next.
  4. Choose Copy Tables and Views, Choose the table that you like to export…, click Next.
  5. Leave next window as is, click Next.
  6. Click Finish.
  • 168 Users Found This Useful
Was this answer helpful?

Related Articles

Can I have more than 1 database with my MS-SQL account?

Yes, please contact us at sales@seekdotnet.com for more information. We provide a flexible web...

Can I have more logins for my MS SQL database?

No, we only provide a single database user login.

How do I obtain the MS SQL database disk usage?

Execute this command in Sql Query Analyzer exec sp_spaceused The database size is measured in...

How do I get a copy of MS SQL Enterprise Manager and Query Analyser?

Microsoft does not distribute MS SQL client tools individually, they are bundled with MS SQL...

I get "SQL Server does not exist or access is denied" error when I tried to connect to MS SQL database on your server?

This error indicates that Enterprise Manager or Query Analyzer cannot make a connection the...