Posts

Showing posts with the label SCCM SQL Database

Digging SCCM SQL Database : SCCM Database Tables and Columns

Image
I have been always struggling to get desired data from SCCM and it's a really hard job. At least for me J Following query resolved my all problem of searching information SELECT * FROM INFORMATION_SCHEMA.Columns  This gives you all SCCM sql tables information with their columns detail. Now you know what is where …. Cheers……