淘主机 发表于 2008-5-18 21:10:26

Publishing a MSSQL Database to Godaddy Using the Database Publishing Wizard

文章转自:secureserver.net

Godaddy官方:www.godaddy.com
This tutorial shows you how to publish a database using the Database Publishing Wizard (DPW).

To Publish Your Database Using the DPW[*]Launch the Database Publishing Wizard Client. If the welcome screen displays, check the Do not show this starting page again box.[*]Click Next.[*]On the Select Source Server screen, enter the connection information for your local SQL server. Note: This is NOT the same information as that used for your hosted server. If you are publishing from an instance of SQL server running on your desktop or local network, you use the Specify server information section. If you are publishing from a remote database, connect via a connection string. For specific connection information, contact the database server owner.
[*]Once you have entered the connection details, click Next. This step brings up the Select Database screen, displaying a list of all databases available on your local server. Note: If you do not see the database you want to publish, press Back to return to the Select Source Server page and then return to this page without changing connection details. If this step does not work, contact the server owner for support.
[*]Select the database you want to publish. If your database contains prohibited objects, such as full text catalogs and assemblies, or you do not want to publish all objects, uncheck the Script all objects in the selected database.[*]Press Next.[*]If you are not publishing all objects, the Choose Objects Type appears.If You Are Not Publishing All Objects[*]Select the Object types to be published. You will be able to pick specific objects of each type on later screens. [*]Click Next. This step brings up the Choose screen for each object type selected (for example, Tables and Views). If you wish to publish all objects of a given type, click Select All. [*]Once you have selected all objects to be published, press Next to advance. Repeat this step until you reach the Select an Output Location screen.[*]The Select an Output Location screen appears. [*]Select the Publish to Shared hosting provider option. Select the appropriate Provider and Target Database from the drop down lists.[*]If you have not yet configured a connection or need to make a new connection, press More. The Hosting Providers dialog displays.
If You Have Not Configured a Connection[*]Press New. The Provider Configuration dialog displays.[*]Enter the following values: Name: Enter any name to represent the connection to the hosted service. You will enter names for specific databases later. Web Service Address: Enter the URL for the publishing service. The URL can be found in the database information section of your hosting control panel. Note: The service requires a secure (HTTPS) connection to protect data. If you attempt to connect using a non-secure connection, the connection will fail and you will be prompted to use a secure connection.
User name: Enter your FTP account user name. Password: Enter your FTP account password. Note: Checking “Save Password” causes the application to store your password locally. If this is a public or shared machine, this may not be a secure choice.
[*]To enter a database, press New. This displays the Database dialog.[*]Enter the appropriate configuration values. The configuration values can be found in the database information section of your hosting control panel. Server Name: Enter the full path to the database server. Database Name: Enter the name of your hosted database. Note: The database must be owned by the FTP account entered in the provider configuration. If you have multiple hosting accounts, be sure to use the correct credentials when configuring the Publishing Wizard.
User Name: Enter your database user name. This is the same user name used to access the SQL Web Manager. Password: Enter your database password. This is the same password used to access your SQL Web Manager. Note: Checking Save Password causes the application to store your password locally. If this is a public or shared machine, this may not be a secure choice.
[*]Click OK to complete the database set-up. Repeat this step for each database you want to configure. If you have multiple databases owned by a single hosting account, they can all be entered under a single hosting provider entry.[*]When you have completed entering databases, click OK on the Provider Configuration dialog to return to the Hosting Providers list. You can test your connection settings by pressing Test. This feature validates the connection to the web service but does not test connectivity to the database itself.[*]Click OK to return to the Select an Output Location dialog. If the appropriate provider and database are not selected, select them in the drop down lists.[*]Click Next to advance to the Select Publishing Options screen. Before this page is displayed, the service validates the configuration settings by connecting to the publishing service and the target database. If a connection cannot be established, an error message displays and the application remains on the Select an Output Location screen.[*]The Select Publishing Options page is pre-populated with the appropriate default values. In most cases, these do not need to be modified. Drop existing objects in script: If True, the wizard checks if a published object exists in the database and, if found, drops the existing version before publishing. Note: Any data contained within dropped objects will be lost.
If False, the wizard does not drop existing objects before inserting or modifying their structure. If an object of the type and name specified already exists, the wizard proceeds directly to data insertion. If the object does not exist, it will be created. Note: If the target database contains an object of the same name and type but with a different structure (for example, a table with a different number of columns), a publishing error may occur. Certain conditions may not report an error (for example, the database being published contains a table with fewer columns than the existing table). In such cases, the published database will not exactly match the local database.
Publish using transaction: If True, the database is published as a single transaction. If an error occurs, all changes are rolled back. If False, published changes are committed as they are published. If an error occurs, the database may be left in a partially published state. Schema qualify: If True, objects are fully schema qualified in the script. If False, only the object name is used. It is recommended this option be True. Script for target database: Specifies the version of the target database. This must match the server version or publish will fail.The wizard sets this value to the correct version. Types of data to publish: This section specifies what type of information to publish. Schema only publishes the structure of objects. Data only populates tables. Schema and data publishes the structure of objects and populates tables. [*]Click Next to advance. This step brings up the Review Summary page, which displays the selected options and configuration. This is the last chance to review before publishing begins. [*]Click Finish to begin publishing.The Database Publishing Progress screen tracks the progress of the publish.Based on the options selected, the wizard displays some combination of the following steps:
Gathering List of Objects to script: The wizard is communicating with your local SQL Server and determining what objects must be scripted, including any objects you selected and their dependencies. Connecting to web service: The Wizard is connecting to the web service and establishing a publishing session. Scripting objects: The Wizard is performing preliminary scripting of the objects to be published. Processing: The wizard is completing local scripting of an object and transmitting it to the Web service. The Web service is executing the script against your hosted database server. The status message updates based on the specific object being published at a given instance.
The amount of time to publish a database varies based on complexity of the database, number of objects, and the amount of data in tables. Most databases complete publishing in under 30 minutes.
It is possible to abort processing at any point by pressing Stop. If an error occurs, a red link to more details is provided in the Message column. If publishing is aborted or an error occurs, you can use Back to move back through the screens and modify settings.
If publishing succeeds, press Close to close the application. Your database is now transferred to the hosting server and ready for use.
页: [1]
查看完整版本: Publishing a MSSQL Database to Godaddy Using the Database Publishing Wizard