SQL Azure Migration Wizard - small extra step needed?

久未见 提交于 2020-01-04 05:11:25

问题


I've recently migrated a couple of SQL 2008 databases to Azure using the 3.7 Migration Wizard from CodePlex.

After completing the migration, everything works well, except that I don't have all the "normal" right click menu items in Management Studio - e.g. I don't have "Design", "Select Top 1000", etc

I think the reason that these items is missing is because the logged in user (my SQL Azure admin) is not a user of the migrated database - or maybe its something else? If I just create a database and a table inside SQL Azure then I do seem to have these menus.

Is there a way to get these right-click menu items back on the migrated database?


回答1:


I hate to say it, but that's not a feature of a database migrated to SQL Azure, that's a feature of all SQL Azure Databases. Some options in in SQL Management Studio just aren't available. For example right click on a stored procedure -> Script Stored Procedure To -> Alter is disabled for some unknown reason.




回答2:


Right now, there are a lot of unnecessary obstacles to the SQL Azure platform (among others, the issues listed in this question), why I hope Microsoft with the upcoming Denali will give the DB-admins and developers their well beloved tools back in its fullest.

It is very frustrating not being able to use what one has been acquainted to use with SQL Server Management Studio .. this also applies for the SQL Compact Edition 4.0.

Thank you for asking the question, +1.



来源:https://stackoverflow.com/questions/6221660/sql-azure-migration-wizard-small-extra-step-needed

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!