首页 > 数据库技术 > 详细

update-database 到azure sql database

时间:2016-02-17 11:12:08      阅读:175      评论:0      收藏:0      [点我收藏+]
1. 打开 azure sql database 查看 connection string
技术分享

2. 在nuget console 中执行以下命令

Update-Database -TARGETMIGRATION:$InitialDatabase -StartUpProjectName "YourServerName" -ConnectionString "{YOUR CONNECTION STRING}" -ConnectionProviderName "System.Data.SqlClient"


update-database 到azure sql database

原文:http://blog.csdn.net/lan_liang/article/details/50677246

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!