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
MSDE data location
Moderator: SourceGear
You can do this in one of two ways:Stephen wrote:how do I select the location for the MSDE file location
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.
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.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?
Jeff Clausius
SourceGear
SourceGear