I have a SqlServer database, which I manually populated with some test data. Now I would like to extract this test data as insert statements and check it for initial control. The idea is that other team members should be able to create the same database, run the created insert scripts and have the same data for testing and development.
Is there a good tool for this? I am not looking for a tool to generate data, as discussed here .
Riiri source
share