|
Assembly Manager
-
Version
1.0.0.0
Assembly Manager is a windows application aimed at
both SQL CLR developers and SQL DBAs that solves the
problems of trying to manage CLR assemblies using just
Visual Studio or SSMS.
It allows you to see in a tree-structured view all
installed CLR assemblies and the objects that they
define (functions, stored procedures, aggregates,
triggers, types) across multiple servers and
databases. Within assemblies you can see all the
defined objects whether they are installed in the
database or not.
You can easily install, remove and configure these
objects using drag/drop, cut/copy/paste and menu-based
operations. You can copy assemblies between databases
and servers, and store collections of assemblies in
saved libraries. You can choose which functions to
install, change the names and schemas they are
installed with, and set parameter defaults. You can
easily set the target objects and triggering events
|