Transferring SQL databases from client to SQL server

Problem:

Transferring SQL databases from client to SQL server



Solution:

Use following steps:
 
STEP 1:
 
From the Start Menu  select "Programs" "Microsoft SQL Server" "Import and Export Data" then  click "Next.
 
STEP 2:
 
 In the "Server" field, type in the Name or IP of the source server (your local machine Ip)  choose "Use SQL Server Authentication," type in your username and password, choose your database from the "Database" field  click "Next".
 
STEP 3:
 
 In the "Server" field, type in the hostname of the remote SQL Server (this is listed in your hosting control panel), choose "Use SQL Server Authentication," type in your database username and password, choose your database from the "Database" field click "Next".
 
STEP 4:
 
 Choose "Copy objects?"  click "Next".
 
STEP 5:
 
 Uncheck Use Default Option.
 
STEP 6:
 
 Click Options, uncheck "Copy Database users and database roles", "Copy SQL Server logins", "Copy object-level Permissions". 
 
STEP 7:
 
 Leave next window as is, click "Next".
 
STEP 8:
 
 Click "Finish".
 
STEP 9 : Help ! If nothing works try this
 
Sometimes understanding a HOW TO could be confusing process and If you have any questions or experience any difficulty, please send us a support ticket & we'll help you through it as best we can.
 
Click here to send us a ticket Now.
  • 0 användare blev hjälpta av detta svar
Hjälpte svaret dig?

Relaterade artiklar

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

Problem: get "SQL Server does not exist or access is denied" error when I tried to connect to MS...

Connecting to MSSQL with out a DSN

Problem: Connecting to MSSQL with out a DSN Solution: * You can use the following string...

Opening the Database Folder in SQL Server Enterprise Manager 2000 Takes a Long Time

Problem: Opening the Database Folder in SQL Server Enterprise Manager 2000 Takes a Long Time...

I'm getting a strange error message: Operation must use an updateable query(error '80004005')?

Problem: I'm getting a strange error message: Operation must use an updateable query(error...

error: Too few parameters

Problem: error: Too few parameters Solution: error type:Microsoft OLE DB Provider for ODBC...