WHEN SF.FolderPath is null THEN '\Software Library\Overview\Application Management\Packages' ELSE '\Software Library\Overview\Application Management\Packages ...
SUM(a.total_pages) * 8 AS TotalSpaceKB, CAST(ROUND(((SUM(a.total_pages) * 8) / 1024.00), 2) AS NUMERIC(36, 2)) AS TotalSpaceMB, SUM(a.used_pages) * 8 AS UsedSpaceKB ...
Streamlining IT Operations: Integrating ServiceNow Data with SCCM/SQL In modern IT environments, data silos often create unnecessary delays in decision-making and service delivery. One common scenario ...
This part covers the SQL Server installation and configuration for a SCCM 2012 R2 environment. SQL server will be installed on a dedicated server. (If SQL server is installed on the same server as the ...
SCCM - SQL Query for showing number of different Operating Systems If you would like to create a report to show you the number of different Operating System’s you have, you can use this script below ...