简体   繁体   English

导入-在SSMS 2014中导出AZURE数据库

[英]Import - Export an AZURE database in SSMS 2014

I want to import the database schema from an Azure database to my local environment (SSMS 2014 ) 我想将数据库架构从Azure数据库导入到我的本地环境(SSMS 2014)

What i have tried ? 我尝试了什么?

  • I created an empty database on my local pc . 我在本地PC上创建了一个空数据库。

  • Right clicked on it .. ->tasks-> import data... 右键单击它..->任务->导入数据...

  • Chose .NET framework data provider for SqlServer 为SqlServer选择.NET Framework数据提供程序

  • Clicked on next ... 点击下一步...

  • And i got an error prompt saying The connection string property has not been initialized 而且我收到一条错误提示,提示连接字符串属性尚未初始化

So the first part of the question is which of the 2 connection strings is the appropriate to use ? 因此,问题的第一部分是2个连接字符串中的哪一个适合使用? (ADO.NET or JDBC) (ADO.NET或JDBC)

Are there any other required fields besides the connection string ? 除了连接字符串,还有其他必填字段吗?

And if yes where can i find the credentials for my db . 如果是,我在哪里可以找到我的数据库的凭据。

Thanks. 谢谢。

Are you able to use any tools? 您可以使用任何工具吗? I strongly recommend Azure Migration Wizard from https://sqlazuremw.codeplex.com/ which allows migration to and from Azure - and you can migrate the data as well as the schema. 我强烈建议从https://sqlazuremw.codeplex.com/获得 Azure迁移向导,该向导允许与Azure进行迁移-您可以迁移数据以及架构。 Its free and pretty quick. 它的免费和快速。

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

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