Hi I had a customer question few days ago how to display a KPI list with WSS solution? Well, as you know KPI List is an object of MOSS and WSS doesn't have this functionality. The customer doesn't use Performance Point Server of analysis services so we need a simple solution. How? The solution is: 1. Create a standard List in WSS to host KPI values such as goal , actual value etc. 2. Create Reporting Services report which connects to WSS with XML data-source. 3. The query asks for List Items...
Hi Everyone, From time to time we need to "ask" our Operation system questions such as: 1. How are you today? 2. How was your night? 3. Do you need anything? 4. Did somebody do something to you? Who? Well, the best way to do it is querying the system with WMI queries by WQL language. Few days ago my customer needed to decide what the best way is. So, how we can do it? , the following solutions are some examples of ways to do it: 1. Working with the magnificent task in SSIS "WMI Data...