Skip to content
Patrick Farrell edited this page Jan 4, 2023 · 6 revisions

DBMulticast

A .NET application to handle running queries against multiple instances of SQLServer in parallel. Recordsets returned from queries are merged into a single grids and displayed.

Install

  1. clone or fork the repository
  2. Open DBMulticast.sln in VisualStudio (build script is a TODO)
  3. Build the solution
  4. Run the solution

Adding Servers

Right-Click on the Database Tree to Add/Edit/Delete servers or folders

Add Server

Running Queries against Multiple Servers (note the "ServerName" column... that tells you which server generated the result).

Run Query

Use Text mode to view stored procedures Run Query

Note: Ownership of this repo was transferred to jamisonr in 2012.

Clone this wiki locally