sql-server – AppHarbor是否支持SQL Server数据库项目?

有没有人知道是否可以正确部署此解决方案包含此类型的项目?我试过但不断收到此错误
error MSB4019: The imported project "C:\Program Files\MSBuild\Microsoft\VisualStudio\v10.0\TeamData\Microsoft.Data.Schema.sqlTasks.targets" was not found. Confirm that the path in the <Import> declaration is correct,and that the file exists on disk.

解决方法

您应该能够包含本地目标文件,将其包含在您推送到AppHarbor的存储库中并引用它.这是一些 related discussion for Silverlight projects.

相关文章

SELECT a.*,b.dp_name,c.pa_name,fm_name=(CASE WHEN a.fm_n...
if not exists(select name from syscolumns where name=&am...
select a.*,pano=a.pa_no,b.pa_name,f.dp_name,e.fw_state_n...
要在 SQL Server 2019 中设置定时自动重启,可以使用 Window...
您收到的错误消息表明数据库 &#39;EastRiver&#39; 的...
首先我需要查询出需要使用SQL Server Profiler跟踪的数据库标...