Alex Lemesios
Alex Lemesios

Reputation: 532

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 )

What i have tried ?

So the first part of the question is which of the 2 connection strings is the appropriate to use ? (ADO.NET or JDBC)

Are there any other required fields besides the connection string ?

And if yes where can i find the credentials for my db .

Thanks.

Upvotes: 1

Views: 95

Answers (1)

Adrian
Adrian

Reputation: 720

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. Its free and pretty quick.

Upvotes: 2

Related Questions