
SQL Source Control
By Skilled Software
SQL Source Control 2003 enables source control of code and documentation of your databases. Full source control and documentation versioning support is possible through integration with Visal Source Safe. Versioning is possible for each database item (tables, stored procedures, views, functions, triggers), including SQL scripts and documentation history. You may create and version database documentation quick and easy, down to table columns or stored procedure parameters, generate reports in easy to read and share HTML format. With built-in database management support users can browse, edit and remove existing items, add new tables, views, stored procedures, functions and triggers. With exclusive checkouts developers may work together on the same database. They don''t have to worry about possibility of several developers changing the same database object. Now each change is independely versioned and documented. Deleted items management allows you to recover deleted database items from source control and put them back into your database. SQL code editor features full syntax color coding to improve the readability of complex statements. Also included Intellisense-style automatic source code completion. Find/Replace with regular expressions support, line numbering. You may also bring deleted SQL database items back to life. With deleted items management you may recover deleted database items from source control and put them back into your database.

SQL Documentation Tool
By Winnersh Triangle Web Solutions Limited
The SQL Documentation Tool creates technical documentation for Microsoft SQL Server 7.0 and 2000 databases. Technical documentation is created in HTML, HTML Help, RTF and plain text formats. The HTML Help format documentation is fully searchable and cross referenced. The SQL Documentation Tool documents SQL Server Tables, Views, Stored Procedures, Triggers Table Relationships and Full-Text Catalogs. A free trial version is available.

NextGeneration .NET Code Generator
By RAD Software
NextGeneration is a software development tool that saves you time and effort by quickly building database-driven applications. N-Tier solution templates for C# .NET, VB.NET and SQL get your project started rapidly. NextGeneration supports SQL Server and Microsoft Access databases. Generate stored procedures, data access objects, business service classes, DataSets and an ASP.NET web interface in minutes instead of weeks. What is your time worth?

OraPiper
By BBAD Inc.
OraPiper is a useful tool for Oracle pipes working. Using OraPiper you can obtain a monitoring of any Oracle pipe you''ve chosen. An also you can send a messages through Oracle pipes. OraPiper is designed for Oracle PL/SQL developers. It can be used for stored procedures and triggers control. OraPiper uses Oracle Call Interface (OCI) and you can run OraPiper only on the computer with installed Oracle SQL*Net client software and OCI.

Sequentum SQL Sharp
By Sequentum
SQL Sharp is a Visual studio addin that allows a software developer to write SQL statements straight into his source code. The SQL statements are instantly transformed into typed data classes making it much easier and safer to retrieve data from a database. SQL Sharp ensures integrity between your application and your database at build time, so there will be no more nasty surprises when your application is running in production. SQL Sharp gives your dedicated DBA full control of SQL used in an application making it much easier for him to manage the database. Retrieve data from a database by writing a SQL statement like the following straight into your source code: select * from my_table where my_column=@some_value Or what about inserting a file directly into your database like this: insert into files values (@1,@"my file title",@"c:\\myfile.dat") SQL Sharp supports a long range of SQL, stored procedures and even complex data objects consisting of tables with several layers of child tables. The SQL Sharp free version is free for both personal and commercial use, but no support is provided. Larger companies or even small professional businesses will greatly benefit from our team license that includes our full featured developer framework with premium support.

ADO.NET Express Pro
By Pharaoh Software
ADO.NET Express is an add-in for Visual Studio 2003 that generates class methods for calling stored procedures and executing common types of SQL statements. It supports C#/VB and SQL Server/Oracle. ADO.NET Express looks similar to Server Explorer. You can add database connections and browse schema objects such as tables and stored procedures. You can right click on a schema object to generate ADO.NET code for this object. For example, you can right-click on a stored procedure and generate a C# method that executes the stored procedure and returns a DataReader. ADO.NET Express is especially useful for ASP.NET and middleware developers who write a lot of data access code and would like to save time to do more creative tasks. Generated code is easy to understand and modify. ADO.NET Express has a variety of options for generating code that cover most of the common data access scenarios. Generated code can also be used as a template for modification.



