SQL Admin Studio is a powerful SQL Management Tool. You can browse the database schema, design Tables, Triggers, Views, Stored Procedures, Functions and more. Works with Microsoft SQL Server 2000, MSDE, 2005, Express, 2008, MySQL 4.0 and Microsoft Access.
SQL Admin Studio provides functions to simply export your data to CSV File, Excel File, XML File and SQL Script file. All this is available from the mini-toolbar on the results window. The result form any SQL Query can be exported into these file types in a matter of seconds.
SQL Admin Studio can import data across Servers this allows you to make simple backups of remote databases over the internet by simply importing the data. Importing Microsoft Access Databases into SQL Server or just creating a copy of an existing database.
Can't remember what changes you made to your database schema? SQL Admin Studio can compare 2 SQL Server database schemas to locate the differences and can even script the differences without having to drop all objects and re-create the database from a create script.
Simply generate SQL Data Change scripts by comparing the database between databases. Changes can then be executed directly within a transaction or scripted to be applied manually later.
SQL Admin Studio has a great feature that allows you to write a template that can generate any kind of ASCII Text from the database schema. You can use this to create prototype stored procedures, Data Access Layer Code or just to document the database. This is a great time saving feature of SQL Admin Studio and these Templates can be designed in either VB.NET or C#.
SQL Admin Studio are a collection of Nant Tasks that allow you the possibility to automate the process of Backup, Restore, Scripting Databases, Scripting Database Schema Differences, Executing Templates and Importing Data from remote SQL Servers.