How to install Vault Pro with saving files in SQL DB?

How to install Vault Pro with saving files in SQL DB?

Anonymous
Not applicable
424 Views
2 Replies
Message 1 of 3

How to install Vault Pro with saving files in SQL DB?

Anonymous
Not applicable

Good morning,

 

Please help me with one problem.

 

Is any idea how to install Vault Pro on my system  to make saving files inside SQL-base, not in external files storage?

 

Whether it is possible to deploy Vault Professional Server so that the files stored within the database?

 

Thank you in advance.

0 Likes
425 Views
2 Replies
Replies (2)
Message 2 of 3

minkd
Alumni
Alumni

Sorry, but no; you can't do this - Vault stores files in a filestore outside the database.

 

-Dave



Dave Mink
Fusion Lifecycle
Autodesk, Inc.
0 Likes
Message 3 of 3

ryan
Collaborator
Collaborator

Although this practice (storing binary data inside SQL via Binary Large Objects) is common through business systems such as ERP, Accounting, etc., the difference is that CAD data is much larger in terms of filesize.  Therefore, Autodesk made the correct choice to only store the metadata inside SQL and use a pointer to the external filestore.  This keeps the database nimble and small, at least, when compared to what it would be otherwise.

 

The only downside of the seperation is that you can't use pure SQL backup tools to archive the vault.  But, on the upside, this also allows Autodesk and VAR's to resotre your DB without the filestore in situations where the files aren't needed so it has some upside as well.

Ryan Small
National Team Leader, Data Management and Software Development
SolidCAD, a Cansel Company (an Autodesk Platinum Partner)
www.solidcad.ca
0 Likes