-- View: internal_proxy_obj create view dbo.internal_proxy_obj as SELECT -- These are the data used in the proxy object gobject.gobject_id AS gobject_id, gobject.tag_name AS tag_name, gobject.contained_name AS contained_name, gobject.hierarchical_name AS hierarch GO