Задайте вопросЗадайте вопрос
 

ОтвеченоImport Database Objects and Settings not enabled

Ответы

  • 30 июня 2009 г. 15:53JoyceWang_MSFTMSFTМедали пользователяМедали пользователяМедали пользователяМедали пользователяМедали пользователя
     Отвечено

    Luis,

    We only allow to import a live database into an empty database project, so this option won't be enabled if you've imported once, or you have existing schema objects in the project. 

    When you deploy, you have to specify the target server and database (connection) in the project properties. Depending on the status of your project and the target database, the deployment engine compares these two, and generates the diff script for you.  If the target database does not exist on the server at the time of your deployment, the deployment engine will generate the script to create the database. There are also numerous options you can set in the project properties that could affect the actual deployment scripts.

    Let us know if you have another other question.

    -- Joyce 

Все ответы