Thycotic Software Ltd - .NET - DatabaseScripter


Thycotic.DatabaseScripter - script your database for unit testing

Thycotic.DatabaseScripter is a simple utility that generates a stored procedure called "SETUP" which will remove all data from your database and then reinsert it in the correct order.  It uses the system tables in the database to identify foreign key dependencies and make sure data is manipulated in the appropriate manner.  Thycotic.DatabaseScripter makes use of Thycotic.Data for all data access.

Features:

Currently supports Microsoft SQL Server 2000
Oracle support (coming soon!)
Easily script all the data in your database observing foreign keys

Download


Acknowledgements

Thank you to Luke Schreiber and Bob Flanders for their contributions to the project.

Thank you to Brian Noyes for finding a bug related to IMAGE columns in SQL Server.