Quantcast
Channel: VMware Communities : All Content - vRealize Automation Tools
Viewing all articles
Browse latest Browse all 9859

SQL query to show all build profiles, properties and values.

$
0
0

I am trying to create a SQL query to extract all of our build profiles, their properties and values. The output needs to include the build profile name, property name and property value. I found the following tables and just need to figure out the proper query. I keep thinking that this is some sort of JOIN.

 

SELECT [Id]

      ,[EntityID]

      ,[PropertyName]

      ,[PropertyValue]

      ,[IsHidden]

      ,[IsRuntime]

      ,[IsEncrypted]

  FROM [VCAC_DB].[dbo].[GlobalProfileProperties]

 

SELECT [GlobalProfileID]

    ,[ProfileName]

    ,[Description]

FROM [VCAC_DB].[dbo].[GlobalProfiles]


Viewing all articles
Browse latest Browse all 9859

Trending Articles



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