Quantcast
Channel: Symantec Connect - ブログエントリ
Viewing all articles
Browse latest Browse all 5094

SQL Query to show the CMDB Dataclasses and assoicated SQL Tables

$
0
0

select distinct vi.name as [Data Class]

          ,dc.DataTableName as [SQL table]

          ,dc.MultiRow

           ,p.Name as Solution

           , p.Description

from ResourceUpdateSummary rs

-- dataclasses name

join vItem vi on vi.Guid = rs.InventoryClassGuid

-- solution table

join vProduct p on p.Guid = vi.ProductGuid

-- sql tables

join DataClass dc on dc.Guid = rs.InventoryClassGuid

order by p.Name, vi.Name

 

CMDB dataclassess.jpg

 

 

 

 

 

 


Viewing all articles
Browse latest Browse all 5094

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>