View Column Descriptions not Appearing in Script Tab

When on the Script tab for a table and you click the Extended Properties checkbox the script shown will include all the column comments added to the table like shown here:

However when looking at the script for a View checking the Extended Properties checkbox does not then add all the column descriptions to the script. Why does it not work the same was as it does for tables. I am new to Toad for SQL Server, but used Toad for Oracle for over 20 years, so not new to DB development.

It would also be very nice if there was an option when you right click on a Table/View or other object in Explorer the capabilities of Create Like would allow you to select a different Connection/DB/Schema instead of just another DB/schema on the current server. Our Dev, UAT, and Prod DBs are all on different servers and Create Like would be nice to use to move new objects from Dev to UAT, then from UAT to Prod. Toad for Oracle has Create in Another Schema and lets you select the Connection then Schema you want the copy to land in. In Toad for SQL Server I find myself going to the script view, doing a ctrl-a, ctrl-c, navigating to an editor window on the connection I want, ctrl-p, then running the script. If there is a simpler way I have not discovered in Toad for SQL Server please let me know.

Hello Michael,

I have forwarded this issue to our development team for a review, we will reach out on this shortly, your patience is highly valuable, thanks

We have reproduced the issue on our end and have reported the bug under ID TSS-3116, thanks for bringing this up, we will consider adding this item in one of our next product releases or patches.

Referring the second concern, TSS doesn't offer switching the connection in the Create Like and simmilar dialogs, but you can click the option Open in Editor from the Create like dialog:

and in the bottom right corner switch the connection in order to perform on the connection you want:

Hope this helps