Hello,
1.Did you configured automated export on the Windows Azure SQL database? Is it possible that others import to database? You can run the following statement on the master database to query the database owner.
select d.name , d.create_date, s.name
from sys.databases d inner join sys.sql_logins s on d.owner_sid =s.sid
where d.name ='AutomatedSqlExport_.'
2. The database fee is amortized over the month and charged daily. The daily fee depends on the peak size that each database reached that day and the maximum number of databases you use. So, you will be changed on the database.
3.If you had export the database which was stored as logical backup (BACPAC) file to Windows Azure storage, you can restore the database from the backup.
Regards,
Fanny Liu
If you have any feedback on our support, please click here.