File storage in Project Server 2007/WSS 3

R

Ryan

Are files that are uploaded to Project Server stored as BLOBs in the
database? If so, how can I get at them via script or some other
non-web-front-end method? I've got several file types - .doc, .docx, .txt
off the top of my head.

Thanks!
 
N

NZ Projects

What are you trying to achieve ? Why wouldn't you go through the web ui to
access these docs ?
 
R

Ryan

I can't use the web ui because the instance of Project Server has been wiped
out. I have a fresh install now but I forgot to grab a few docs from the
old. I do have backups of the databases... is there a resonably easy way to
restore specifics out of them?
 
N

NZ Projects

You can create a new WSS web application (new content db), then do a sql
restore over the new DB with the old DB, and get your files back.
 
R

Ryan

Thanks, I'll give that a shot.

NZ Projects said:
You can create a new WSS web application (new content db), then do a sql
restore over the new DB with the old DB, and get your files back.
 
Top