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?
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?
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.