While I was writing my earlier post SQL SERVER – 2011 – Multi-Monitor SSMS Windows, I found out that there is one more similar feature which existed in Visual Studio is also now part of SQL Server 2011 (Denali). The feature is called clipboard ring feature.
This is how it works.
Select Multiple object one by one using regular CTRL + X.
Now instead of pasting using CTRL+V use CTRL+SHIFT+V. Well, you will see that that pasted value is rotating based on what you have earlier selected in CTRL+V. I was really happy as I think this is one of the feature of VS, I really wanted SSMS to have.
Try it and let me know what you think of the same.
Reference: Pinal Dave (https://darkslategrey-bat-805937.hostingersite.com)