惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
GbyAI
GbyAI
P
Proofpoint News Feed
B
Blog
MyScale Blog
MyScale Blog
V
V2EX
B
Blog RSS Feed
Microsoft Security Blog
Microsoft Security Blog
量子位
Jina AI
Jina AI
博客园 - 叶小钗
Recent Announcements
Recent Announcements
有赞技术团队
有赞技术团队
罗磊的独立博客
L
LangChain Blog
I
InfoQ
云风的 BLOG
云风的 BLOG
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
人人都是产品经理
人人都是产品经理
小众软件
小众软件
V
Visual Studio Blog
月光博客
月光博客
The Cloudflare Blog
雷峰网
雷峰网

博客园 - liudao

在Windows Azure虚拟机中部署FileZilla (no coding) Azure Blob实战之——从客户端到FTP 将数据库迁移到SQL Azure的三种方式(转) 客户应该知道的软件开发八个原则(转) 翻译:Asp.net中多彩下拉框的实现 MyWebPagesStarterKit1.1.2汉化使用心得(同时分享汉化版源码) 微软Web Camps活动照片(北京站) 开机出现文件windows root\system32\ntoskrnl.exe的另类解决办法 - liudao - 博客园 Sql2005数据库为什么要放到App_Data下? 走出软件作坊:三五个人十来条枪 如何成为开发正规军(二) 三五个人十来条枪 如何走出软件作坊成为开发正规军(转) 商业计划书最好就是十页篇幅 十四个ASP.NET基础知识问答(C#版) VS中常见的扩展名,看看你知道几个? VS2008简体中文版下载(及升级为正式版办法,见截图) 微软2008(英雄)大会归来有感 写给毕业生朋友:是骡子是马拉出来溜溜! 春节必看的五个Asp.net源码! BugNet0.7.881.0汉化免安装版源码(后续版本不断汉化更新中,敬请期待!)
SqlAzureDatabaseSchemaProvider错误的解决
liudao · 2013-05-23 · via 博客园 - liudao

把SQL Azure的bacpac数据文件在本地导入的时候会出现下面类似的错误:

内部目标平台类型 SqlAzureDatabaseSchemaProvider 不支持架构文件版本“2.5”。(文件: D:\demo.bacpac) (Microsoft.Data.Tools.Schema.Sql)

需要更新一下DAC框架即可,请按照下文进行下载安装

Error Restoring SQL Azure DB to SQL Server 2012

Today I attempted to restore a SQL Azure bacpac file to my local SQL Server 2012 instance and got cold-cocked by a big, ‘ol error message:

“ Internal Error. The internal target platform type SqlAzureDatabaseSchemaProvider does not support schema file version '2.5'. (File: [BACPAC FILE NAME]) (Microsoft.Data.Tools.Schema.Sql)”

Looks like the SQL Server Data Tools team pushed out an update in December for the tools. A simple install fixed me up and I was able to restore my DB without errors.

The update contains a number of enhancements to several parts of the tool: Database Unit Testing Integration with SSDT Power Tools Updated Data-Tier Application Framework (This is the part that makes Azure restores work again!) Bug Fixes

The SSDT update can be downloaded here:

SSDT for Visual Studio 2012: http://msdn.microsoft.com/en-us/jj650015

SSDT for Visual Studio 2010: http://msdn.microsoft.com/en-us/jj650014

More info on the updates can be found here:

http://blogs.msdn.com/b/ssdt/archive/2012/12/13/available-today-ssdt-december-2012.aspx