SQL Base Import to Azure

1

I have a database in SQL Server 2008 R2 with a size of 65GB, and I own it in .BAK as well. Is it possible to import this database into my azure account?

    
asked by anonymous 12.02.2015 / 12:55

1 answer

1

Yes, it is possible and can be done in several ways.

One of them is to use the SQL Database Migration Wizard . This MSDN article en shows some other possible ways to migration.

Note that for your data volume, it is interesting to have a good connection to the internet.

    
12.02.2015 / 13:13