Rename SQL Azure database?

后端 未结 7 1171
南旧
南旧 2020-12-08 09:04

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 avail

7条回答
  •  时光取名叫无心
    2020-12-08 09:34

    You can also connect with SQL Server Management Studio and rename it in Object Explorer. I just did so and the Azure Portal reflected the change immediately.

    Do this by clicking on the database name (as the rename option from the dropdown will be greyed out)

提交回复
热议问题