SQL Data Exporter 1.0
SQL Data Exporter is what you need. Sadly, Microsoft SQL Server allows only database object scripting and no tables content whatsoever. But often it is precisely this function you need if you are developing distributive applications that require database installation or going to port a system from Microsoft SQL Server to some other database engine.
SQL Data Exporter is simple yet powerful tool to script your Microsoft SQL Server tables data into a valid SQL script. Imagine we have table table1 with a single row and two columns (id and value). Ask SQL Data Exporter to generate a script and you will get as the following:
insert Table1 (id,Value) values(1,`String1`) GO
With a wizard interface you can easily setup script generator for your personal needs - to clear tables prior to inserting data, to run a script as a single transaction, or even to generate a .bat file to run your script. SQL Data Exporter allows you to append a generated script to a script created by Microsoft SQL Server tools and more.
This is fully functional version with AD screen and no limitations.
dotConnect for Oracle is a database connectivity solution built over ADO.NET architecture.With Entity Framework and LINQ to SQL support it introduces new approaches for designing applications, boosts productivity of database application development.
AppGini generates multi-user PHP database applications for MySQL. Create tables, View, add, edit, delete, sort and filter records. Advanced foreign key support. Supports CSS and templates for customizing scripts appearance.
ApexSQL Debug is an Add-in to SQL Server Management Studio that offers step into, step out of, step through debugging with support for conditional break points, watches, call stacks and more.
ApexSQL Enforce is designed to allow users automate custom designed database reviews in an objective, unbiased and repeatable way. ApexSQL Enforce empowers end users to design their own internal policies and set their own standards etc.
Query ODBC data sources, author SQL scripts and queries, execute multiple SQL scripts or stored procedures simultaneously, and more.

