In TOAD for DataPoint (Data Analysts) when viewing an object’s details a new window would always appear. In TOAD for SQLsrv, the same window is “refreshed” with the new object’s details instead of a new window appearing. Is there an option to overide this?
By ‘window’ I mean a panel (or TAB) within the TOAD IDE.
Thanks Alex. But the problem still persists. I already had that option set.
I don’t think I made myself clear.
What is happening is this …
Open a new connection to database
Expand “Tables”
Click on a table to View Details (not Alter table)
Now double-click on another table.
The 2nd table’s details are overwritten on the same tab as the 1st table.
What I want is a new window to show up so I can switch between windows.
What is happening is the same window that I used to view details about the first table is updated with the 2nd table I clicked.
In the old TOAD for Data Analysts, this was not the case. I would be able to double-click the table (or any other object), and a totally NEW tab or window would appear.
as far as I can understand your question, you are looking for a way to open object details?
would you please take a look what we offer in Toad for SQL Server:
Initially you have Object Explorer which list database objects in a few possible views.
Once you have selected object(s) you can following options in the context menu
View Details (item on top of the context menu) opens Details Viewer which always show details for selected item in Object Explorer.
Send To > New Window will open TAB with detailed information for each selected item in Object Explorer
Send To > Object Details will open pane at the bottom with detailed information for each item from Object Explorer
I believe last two may work for you. Let me know if it helped.