Project 2002 Server Database Location

C

Chris Beasley

I have installed Project 2002 with Sql 2000. I want to
move the datase fro the default SQL area onto a seperate
partition and wondered if this possible?

CB
 
G

Gary Chefetz [MVP]

Chris:

It's possible to move a SQL data file, but this is a SQL Server specific
question, not project oriented at all. You would use SP_DETACH_DB and
SP_ATTACH_DB as one means of accomplishing this. If you don't know SQL, get
some experienced help and/or ask your follow-up questions in the SQL Server
news groups.

--
Gary Chefetz [MVP]
http://www.msprojectexperts.com
"We wrote the book on Project Server"

*** Remember to look for line breaks in links posted to the news group, use
cut and paste for these.
 
C

Chris Beasley

Thanks Gary for pointing me in the right direction.

Will give it a go.

Cheers

Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top