Display the schema
emoreau
Posts: 55 Bronze 2
Hi
Is it possible to display the schema when displaying the list of tables? I have tables that are having the same name in different schema, your tool correctly match them but when I select items, I need to know the schema to select the one I want.
Is it possible to display the schema when displaying the list of tables? I have tables that are having the same name in different schema, your tool correctly match them but when I select items, I need to know the schema to select the one I want.
Comments
I can see the problem you are having and have subsequently raised an enhancement request internally.
However, I'm unable to give any timescale at the moment as to when it may get done.
Regards
Chris
Test Engineer
Red Gate
Any idea when this feature will be released? I have many schemas in my database and some of them have tables with the same name. This feature should be treated as urgent.
Thanks!
keymoo
Thanks for your comment. An undocumented feature of the Filter field (in the top right hand corner of Tables and Views) is that is filters on the fully qualified object name (you need to specify the square brackets []). So if you want to filter the list with only objects belonging to schema 'myschema', type the following into the filter field:
[myschema]
If you want only objects in myschema beginning with the letter x, type the following:
[myschema].[x
Does this help you work around your problem? Please let me know how you get on.
David Atkinson
Product Manager
Red Gate Software
Product Manager
Redgate Software
I'd like to submit that as a feature request (and call the column schema, not owner).
keymoo
Redgate Software