SAMP Usage 2016 sql query is a false queryIssue The SAMP Usage 2016 data source has the following query :SELECT 1 from v_MonthlyUsageSummary where 1=0 This is a false query and will never run. How do we import usage data? ResolutionThe SCCM related SAMP Usage 2016 data source has an SQL query which is SELECT 1 from v_MonthlyUsageSummary where 1=0 This is a dummy query and is not the actual query that gets executed. Two criterions that are required for the this SCCM related SAMP Usage 2016 to bring in data are the following: Create reclamation rules for products. Based on these rules, the sql query will be built dynamically through the script include SAMPUsageUtil.2. You will have to run the whole "SCCM System 2016 Import" parent job for data to be brought in and not just this datasource.