TPD Sql Script Writer - Version 2.0.0 TPD Sql Script Writer Description:Have you ever encountered a time with you needed to script table data when you deploy a database? Visual Studio allows you to script tables schema and compare table data, but not create a script that will actually insert data into tables when you deploy your database. RedGate has a product that will do this but it costs hundreds, if not thousands of dollars. Our product, TPD Sql Script Writer, costs less than $20 and creates scripts that allow you to deploy table data with simple Insert statements. These statements are wrapped in transactions so if something were to fail it would rollback. TPD Sql Script Writer is also intelligent enough to disable foreign keys and table constraints before inserting data, then re-enabling foreign keys and table constraints when finished.TPD Sql Script Writer is also a good way to backup your database. Script all tables to a .SQL file and store that file off in a safe location for disaster