Quantcast
Channel: Symantec Connect: Deployment and Imaging
Viewing all articles
Browse latest Browse all 622

Raw SQL or Query Builder for Filters

$
0
0
Oui, j'ai besoin d'une solution

I'm trying to create a filter that identifies all of our Laptops. We use Lenovo's so any item in 

Inv_AeX_HW_Baseboard Part Number

will reflect what we are trying to find.

I can run directly from the SQL server the following code to pull what I need

SELECT [dbo].[Inv_AeX_AC_Identification].[_ResourceGuid]
	,[dbo].[Inv_AeX_AC_Identification].[Name]
	,[dbo].[Inv_HW_Baseboard].[Part Number]
  FROM [Symantec_CMDB].[dbo].[Inv_AeX_AC_Identification]
  INNER JOIN [Symantec_CMDB].[dbo].[Inv_HW_Baseboard]
  ON [Part Number] = [Part Number]
  WHERE [Part Number] Like '20%';

but in Raw SQL editor of the filter it returns colums for just the Inv_AeX_AC_Idtification table but they seems from spot checking they are what I am looking for. 

I am going to use this to validate our HD encryption or software only installs and I can't afford for a desktop to recieve this. So seeing the Part number Column is important as a visual inspection.

0

Viewing all articles
Browse latest Browse all 622

Trending Articles



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