-- View: internal_common_obj create view dbo.internal_common_obj as SELECT gobj.gobject_id AS gobject_id, gobj.tag_name AS tag_name, td.category_id AS category_id, tset.toolset_name AS toolset_name, gobj.is_template AS is_template, pg.status_id AS status, gob GO