Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
other
informationbridge
office.intranets
office.misc
office.setup
office.xml
officeupdate
onenote
photodraw.discussion
powerpoint
producer
proj.standard&server
project
project.developer
project.pro_and_serve
project.server
project.vba
project2000
publisher
publisher.prepress
publisher.programming
publisher.webdesign
visio
visio.createshapes
visio.database.modeling
visio.dev.diagrams
visio.dev.shapesheet
visio.dev.vba
visio.dev.vc
visio.developer
visio.general
visio.installation
visio.printing
visio.software.modeling
visio.troubleshoot
  
 
date: Wed, 9 Jul 2008 14:50:02 -0700,    group: microsoft.public.project.developer        back       


Views - Checked out Project list with user   
I need to create a views which shows a list of Project that are checked out 
to the users. Can some one help?

Thanks in Advance
ss028955
date: Wed, 9 Jul 2008 14:50:02 -0700   author:   ss028955

RE: Views - Checked out Project list with user   
G'Day,

Try this SQL against the Published DB

SELECT PROJ_UID, PROJ_NAME, PROJ_CHECKOUTBY, r.RES_NAME FROM MSP_PROJECTS 
INNER JOIN MSP_RESOURCES r ON r.RES_UID = PROJ_CHECKOUTBY
WHERE PROJ_CHECKOUTBY is not null

Note that these tables might change during service packs and access data 
from any Database bar the Reporting DB is not reccommended.

Have Fun


"ss028955" wrote:

> I need to create a views which shows a list of Project that are checked out 
> to the users. Can some one help?
> 
> Thanks in Advance
> ss028955
date: Wed, 9 Jul 2008 17:26:01 -0700   author:   Andrew Jacks

RE: Views - Checked out Project list with user   
Nope Andrew. All the project whether it is checked out or not, the 
PROJ_ChECKOUTBY value in MSP_PROJECTS table under Published Dabase appears to 
be Null. 

"Andrew Jacks" wrote:

> G'Day,
> 
> Try this SQL against the Published DB
> 
> SELECT PROJ_UID, PROJ_NAME, PROJ_CHECKOUTBY, r.RES_NAME FROM MSP_PROJECTS 
> INNER JOIN MSP_RESOURCES r ON r.RES_UID = PROJ_CHECKOUTBY
> WHERE PROJ_CHECKOUTBY is not null
> 
> Note that these tables might change during service packs and access data 
> from any Database bar the Reporting DB is not reccommended.
> 
> Have Fun
> 
> 
> "ss028955" wrote:
> 
> > I need to create a views which shows a list of Project that are checked out 
> > to the users. Can some one help?
> > 
> > Thanks in Advance
> > ss028955
date: Wed, 9 Jul 2008 17:48:00 -0700   author:   ss028955

RE: Views - Checked out Project list with user   
G'Day again,

Are the Projects you want to report on Published or not?

If they are not published then ron the sproc against the Draft Database.



"ss028955" wrote:

> Nope Andrew. All the project whether it is checked out or not, the 
> PROJ_ChECKOUTBY value in MSP_PROJECTS table under Published Dabase appears to 
> be Null. 
> 
> "Andrew Jacks" wrote:
> 
> > G'Day,
> > 
> > Try this SQL against the Published DB
> > 
> > SELECT PROJ_UID, PROJ_NAME, PROJ_CHECKOUTBY, r.RES_NAME FROM MSP_PROJECTS 
> > INNER JOIN MSP_RESOURCES r ON r.RES_UID = PROJ_CHECKOUTBY
> > WHERE PROJ_CHECKOUTBY is not null
> > 
> > Note that these tables might change during service packs and access data 
> > from any Database bar the Reporting DB is not reccommended.
> > 
> > Have Fun
> > 
> > 
> > "ss028955" wrote:
> > 
> > > I need to create a views which shows a list of Project that are checked out 
> > > to the users. Can some one help?
> > > 
> > > Thanks in Advance
> > > ss028955
date: Wed, 9 Jul 2008 19:19:02 -0700   author:   Andrew Jacks

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us