File vs server repository

28th December, 2017
Applies to: Dataedo 6.x versions, Article available also for: 10.x (current), 9.x, 8.x, 7.x, 5.x
You are looking at documentation for an older release.
Switch to the documentation for Dataedo 10.x (current).

Server repository

Dataedo server repository is a predefined SQL Server database. It is a regular database created by Dataedo to store metadata, consiting mostly of tables.

Choose server repository

  1. Whenever you can
  2. If you work in multi-user environment
  3. If you have access to an SQL Server instance (you may use free SQL Server Express edition)

Server repository is the recommended option

File repository

File repository is a SQL Server Compact database that is stored as a file on your disk. It has almost identical schema as server repository.

Differences from server

  1. No authentication
  2. No support for concurrent work
  3. Slow performance using in network environment

Choose file repository if

  1. You're evaluating Dataedo and can't or don't want create a repository database
  2. You don't have access to an SQL Server instance

Notes

It is possible to migrate from file to server with a little effort.

Found issue with this article? Comment below
0
There are no comments. Click here to write the first comment.