Hi all,
I used to select objects, e.g. column names as intellisense popup select accross several tables located in databases at one server instance. (I've used intellisense function from another SSMS addon before, not SqlAssist)
Now, when I write SQL code like this:
SELECT TOP 10 *
FROM dbo.Table1 t1
INNER JOIN Database2.dbo.
, I expect that table and view names will be proposed. Instead of this, I see only plenty of objects, located in current database. Is in SQLAssist some configuration property I can use to solve my problem?
Thank you for any valuable answer,
Rudidlo