Hello Ansgar!
Do you think it's possible to put objects (tables, routines, fields, etc) in the cache?
Example, every time we concatenate a database. table . Field, Heidi runs the "SHOW CREATE TABLE" of all tables, and this is not performatic on bases that are remote or have many objects. This occurs even when we press CTRL + Space Bar.
SQL Server Management Studio saves objects once, when a table is updated / created, you must manually update the cache.
I think that would help a lot.
Many thanks for the great software :)