Hi everybody,
I want to confirm something. I believe I used to be able to highlight a table in SSMS, click F7 and bring its columns into separate window and then can highlight columns I need and drop them into code window.
I'm using the latest SSMS version and I don't have this ability anymore at all. When I click F7 (or do it from the menu), it brings a different type of window (Policy Health) and not the table I highlighted but for one I looked up few days before. My DB is huge and has lots of tables and other objects - could this be a reason?
I want to easily grab columns from the table and bring them to my code, but I don't seem to have this ability to do it visually. Of course, I can write some code to do it. Another annoying feature I found is that SSMS adds [] around columns and types in scripting, I have to run two replace statement every time to fix it.
Thanks in advance.