A
Alexey Fedorov
I am creating a report using Reporting Services. The report should contain a
list of employees and the amount of work done during a month (Actual work)
for each employee as well as the total number of work days in the month. As
all information should be extracted from Project Server database, I need to
create stored procedures to do so. All managers of the company use Project
Professional to access Project Server database.
So far I have not had any problems with the list of employees and actual
work done during a month. But I encountered a problem with extracting the
total number of work days in a month. Obviously, to calculate it, I need to
subtract the number of non-work days from the total number of days in a
month. Project Professional displays such information in the Calendar, which
means that the data can be extracted from the Project Server database, but I
can not find where the data is stored and how it can be consolidated. I have
already examined the docs carefully and tried to identify the query with SQL
Profiler, but without success.
Could you please help me to extract the total number of work days in a
month?
list of employees and the amount of work done during a month (Actual work)
for each employee as well as the total number of work days in the month. As
all information should be extracted from Project Server database, I need to
create stored procedures to do so. All managers of the company use Project
Professional to access Project Server database.
So far I have not had any problems with the list of employees and actual
work done during a month. But I encountered a problem with extracting the
total number of work days in a month. Obviously, to calculate it, I need to
subtract the number of non-work days from the total number of days in a
month. Project Professional displays such information in the Calendar, which
means that the data can be extracted from the Project Server database, but I
can not find where the data is stored and how it can be consolidated. I have
already examined the docs carefully and tried to identify the query with SQL
Profiler, but without success.
Could you please help me to extract the total number of work days in a
month?