How do I import or export MSSQL database?
|
This FAQ assumes SQL Server 2005 Express is running on your development server. If not already installed you will need the Microsoft SQL Server 2005 Express Edition Toolkit: The DTS Wizard can be downloaded (SQLServer2005_DTS.msi) from here: Here is an example of how to Export using your own development MS SQL server: 1] Create your MS SQL database and login using your web hosting control panel. 2] Start the wizard on your local machine: 3] Input settings for your local MS SQL server Select Data Source ‘Microsoft OLE DB Provider for SQL Server’ 4] Input settings for our MS SQL server Select Data Source ‘Microsoft OLE DB Provider for SQL Server’ 5] Select ‘Copy objects and data between SQL Server databases’ 6] Select all the tables you want to import, typically this will be all, to do this Click ‘Select All’ for tables 7] Select ‘Run immediately’ 8] Click ‘Finish’ To export (backup) your database follow the instructions and simply reverse steps 3 and 4. |
![]() |
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |






