Views [ca_itrm].[rep_view_sw_inv_R000001]
Properties
PropertyValue
ANSI Nulls OnYes
Quoted Identifier OnYes
Created5:32:23 PM Monday, March 12, 2007
Last Modified5:32:23 PM Monday, March 12, 2007
Columns
Name
sw_name
company_name
install_path
creation_date
sw_version_number
sw_version_label
software_type_id
asset_source_uuid
dis_sw_uuid
SQL Script
create view ca_itrm.rep_view_sw_inv_R000001 as SELECT ca_software_def.name as sw_name,ca_company.company_name,ca_discovered_software.install_path,ca_discovered_software.creation_date,ca_software_def.sw_version_number,ca_software_def.sw_version_label,ca_software_def.software_type_id, asset_source_uuid, dis_sw_uuid  FROM ca_discovered_software , (ca_software_def left outer join ca_company on manufacturer_uuid=company_uuid)  WHERE ca_discovered_software.sw_def_uuid=ca_software_def.sw_def_uuid AND (ca_software_def.source_type_id=1 OR ca_software_def.source_type_id=2)
GO
Uses