Ed
Wed Feb 23 19:10:40 CST 2005
TOAD is an Oracle tool and this is an MS SQL 2000 database. Just use the
Enterprise Manager that comes with SQL to create queries. If you desire a
better report than a SQL dump, us a reporting tool such as Crystal Reports
or MS SQL Server Reporting Services.
--
Ed Morrison
msProjectExperts
"We wrote the books on Project Server"
http://www.msprojectexperts.com
"Paul Schaefer" <pschaefer@medplus.com> wrote in message
news:OGgNIRdGFHA.2616@tk2msftngp13.phx.gbl...
> Hi Ed,
>
> What tool would you recommended someone use to query the MS Project DB for
> this type of report? I am not a SQL expert, but we have staff that are. Is
> this something done via a custom .asp web page, or more the lines of an
> application like TOAD? If a tool like TOAD is preferred, do you know of
any
> risks/issues with using this type of tool?
>
> Thanks for this awesome query string :-)
>
> Paul Schaefer
>
>
>
>
> "Ed Morrison" <ed(dot)morrison at msProjectExperts(dot)com> wrote in
message
> news:OeuNxufFFHA.768@TK2MSFTNGP14.phx.gbl...
> > The following SQL statement returns actual hours as published by the PM.
> >
> > Select p.proj_name, r.res_name, a.task_name, a.assn_act_work/60000 as
> > actual_hours
> > from msp_web_resources r
> > inner join msp_web_assignments a on a.wres_id=r.wres_id
> > inner join msp_web_projects p on p.wproj_id=a.wproj_id
> > order by proj_name, res_name, task_name
> >
> > --
> > Ed Morrison
> > msProjectExperts
> > "We wrote the books on Project Server"
> >
http://www.msprojectexperts.com
> >
> >
> >
> > "William Busby" <wbbusby@earthlink.net> wrote in message
> > news:2VmRd.187$Ba3.72@newsread2.news.atl.earthlink.net...
> > > We just completed an implementation of Project Pro Server 2003. After
> one
> > > month of time reporting we're finding it increasingly difficult to
> extract
> > > the level of detail our IT management desires. The holy grail would be
a
> > > report (via Portfolio Analyzer, Crystal, MS Reporting Services,
> whatever)
> > > that allows us to extract how much time was reported by each resource
> > > against all tasks (and owning project) for any date range.
> > >
> > > In digging through the ERD, I can't find the right table relationships
> > that
> > > link resources to tasks and projects in such a way that I can did out
> time
> > > reported by day. I can't even find values that I can interpret in
> > attributes
> > > labled as 'ACT_WORK', etc.
> > >
> > > How have others resolved this? We've got the technical expertise on
> staff
> > to
> > > accomplish this if we had the information that defines where the data
is
> > > stored and how it's encoded. Do we need to contract such an effort out
> to
> > > get that type of data? Surely, we're not the first ones to tackle this
> > > issue.
> > >
> > >
> >
> >
>
>