开发者

Once I have a database project in Visual Studio, if I edit a stored procedure or view, how do I apply the changes to the server?

开发者 https://www.devze.com 2022-12-18 09:12 出处:网络
Once I have a database project in Visua开发者_高级运维l Studio, if I edit a stored procedure or view, how do I apply the changes to the server?Solution Explorer ... Right Click Project ... Open proper

Once I have a database project in Visua开发者_高级运维l Studio, if I edit a stored procedure or view, how do I apply the changes to the server?


Solution Explorer ... Right Click Project ... Open properties .. Build tab ... Set target db to your server.

Then back to Solution Explorer ... Right click ... Rebuild ... then when done Right click and Deploy.

Job done :)

Kindness,

Dan

0

精彩评论

暂无评论...
验证码 换一张
取 消