SQL Azure: SMO exception when scripting in SSMS 2008 R2

I am using SQL Server Management Studio 2008 R2 to manage Azure SQL Database. When I try to right-click on any of the objects in the database and make the Script Table As -> CREATE -> New Query Editor Window, each time I get the following exception screen:

SQL Azure SMO Exception When Scripting Objects

The script for SELECT -> New Editor Query Editor is the only option that seems to work without throwing an exception, as mentioned above. Any ideas?

+1
source share
1 answer

Here is more information about this issue.

Last service update for SSMS: http://support.microsoft.com/kb/2507770

The blog discusses the necessary update: http://social.msdn.microsoft.com/Forums/en-AU/ssdsgetstarted/thread/3dd65548-cf58-41e8-804d-3f6873132a7b

+2
source

Source: https://habr.com/ru/post/1340663/


All Articles