How can i rename the database in sql Azure?
I have tried Alter database old_name {MODIFY NAME = new_name}
but not worked.
Is this feature available in SQL Azure or not?
Please check that you've connected to master database and you not trying to rename system database.
Please find more info here: https://msdn.microsoft.com/en-US/library/ms345378.aspx