MSDE data location

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
Guest

MSDE data location

Post by Guest » Tue Jun 08, 2004 8:28 pm

Not the perfect place to ask, but how do I select the location for the MSDE file location?

I want the database to be on the raid5 store for data security and keep any vault temp file on the raid0 scratch store.

I also heard that SQL is not the best solution to store really big files.
Should we use another solution for a content database?
Like keep using VSS (we dont need remote access for that)

Thanks,

Stephan

jclausius
Posts: 3702
Joined: Tue Dec 16, 2003 1:17 pm
Location: SourceGear
Contact:

Post by jclausius » Wed Jun 09, 2004 7:02 am

Stephen wrote:how do I select the location for the MSDE file location
You can do this in one of two ways:

1) BEFORE VAULT INSTALLATION - MSDE's default file location is stored in the registry. I believe the path is something like HKLM\Microsoft\Microsoft SQL Server\(INSTANCE NAME IF USED)\Setup. In the string value named SQLDataRoot

2) AFTER VAULT INSTALLATION - Detach or backup the sgvault database. Move the file to its new location. Attach or restore the database.

Stephen wrote:I also heard that SQL is not the best solution to store really big files. Should we use another solution for a content database?
Storing objects within the SQL Server database has not been a problem for Vault. Hopefully some Vault customers will chime in with their own personal experience.
Jeff Clausius
SourceGear

cdaniel
Posts: 27
Joined: Mon Jun 07, 2004 12:07 pm
Location: Serious Magic

Post by cdaniel » Wed Jun 09, 2004 6:27 pm

While not in Vault itself, I've had no problems storing 1000's of multi-megabyte items in SQL Server tables. I imagine it likely that it takes a bit more disk space, and isn't quite as fast as the raw filesystem in all cases, but I've never had a problem with it.
-cd

Post Reply