简体   繁体   English

自动化数据库项目部署

[英]Automating Database Project Deployment

I'm using the method outlined in this question to automate the database deploy with Hudson. 我正在使用此问题中概述的方法来自动使用Hudson进行数据库部署。 When I deploy the project from within Visual Studio, everything works fine and it updates the target database. 当我从Visual Studio部署项目时,一切正常,它会更新目标数据库。 When it runs in Hudson, I get this warning: "Deploy warning TSD01266: The source's object [DBName] is different than the target's version of the object but the target object will not be updated." 当它在Hudson中运行时,我收到以下警告:“部署警告TSD01266:源对象[DBName]与目标对象的版本不同,但是目标对象将不会更新。” Has anyone else run into this? 还有其他人遇到吗?

Thanks! 谢谢!

Is it in both cases the same database? 两种情况下是否都使用相同的数据库? Can you run the commands from command line with the Hudson user? 您可以使用Hudson用户从命令行运行命令吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM