Creating Configuration Manager 2007 Reports – Part II Creating the first report
In this part I will walk you through the creation of a report in SQL Server Managmenet Studio. The report will show all clients with SMS 2003 Toolkit installed.
In the 3 part we will take a closer look at some of the conditionals and aggregate functions.

chungb:
Hi Kent,
this article is really useful for newbie like me, just a question on it.Can i add new column inside the existing table?
The purpose i want to do this is to generate extra information like asset tag, department, etc. This will making life more easier for user to gain information. Please advise.
Thanks in advanced.
18th March 2009, 02:52Chungb
Amnon:
I do not think you can, as these are pre-built tables. I think you can connect create your table and tie it to the database using a third party like MSACCESS or so.
20th November 2009, 06:07Kent Agerlund:
Hi Amnon,
It’s not a problem creating reports this way. We are not messing up the database only working with the views. Having said that, you can also use other methods like Microsoft Access.
20th November 2009, 09:59Andrew:
WIth the example of creating the report is there a way to make a report with these software titles and include the Netbios name for the systems that have these programs. Microsoft only. Microsoft Office Enterprise 2007, Microsoft Office Professional Edition 2003,Microsoft Office Professional Plus 2007,Microsoft Office Project Professional 2003,Microsoft Office Project Professional 2007,Microsoft Office Visio Professinal 2003,Microsoft Office Visio Professional 2007,Microsot Ofice Visio Standard 2003,Microsot Ofice Visio Standard 2007.
8th December 2009, 03:08I tried the example above and was able to get a report for one title but how do I make a report for multiple titles.