Mini SQL Query - Moved to GitHub

Mini SQL Query is a minimalist SQL query tool for multiple databases is now on GitHub: https://github.com/paulkohler/minisqlquery

Open DBDiff

OpenDBDiff.zip (54,2 MB)
A GPL2 database comparison tool for Microsoft SQL Server 2005+ that reports schema differences and creates a synchronization script.

Rawr

Rawr.zip (1,5 GB)
Rawr is a program for comparing and exploring gear for characters in the MMORPG, World of Warcraft. It has been designed from the start to be fun to use, and helpful in finding better combinations of gear, and what gear to obtain. (.NET, WinForm, C# 3.0, XML)

SQL Parallel Boost

Compared to the single-thread approach of SQL Server itself, SQL Parallel Boost facilitates the parallel execution of any data modification operations (UPDATE, INSERT, DELETE) - making best use of all available CPU resources. This results in performance gains of up to factor 10 (!), which is typically useful in data warehouse and ETL environments, or situations you're facing massive data modification operations. SQL Parallel Boost is purely based on T-SQL. The built-in dispatching function automatically splits any statement into activities, which are the executed in parallel. The currently supported splitting rules are: even, or no split if count of rows affected is below a predefined threshold. The parallel execution can be tuned thru job related priority settings. Potential deadlocking situations are handled automatically (retry) and the execution of queued (waiting) activities can be indirectly cancelled thru optional timeout values.

SQL Web Data Administrator

The SQL Server Web Data Administrator enables you to easily manage your SQL Server data, wherever you are. Using its built-in features, you can do the following from Microsoft Internet Explorer or your favorite Web browser: * Create and edit databases in SQL Server or Microsoft