I would like to know what would be the best way to fill in memory database for testing with test data - how to manage such data, how to make simple insert scripts, what are good tools to support this ect...
Asked
Active
Viewed 512 times
2 Answers
1
I see two approaches:
- Generate data, with this for example
- Use a subset of real data, that can be extracted with this, keeping referential integrity etc

Persimmonium
- 15,593
- 11
- 47
- 78