Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/usharik/mssqldependencybrowser

Simple tool to browse between dependent objects on MS SQL Server
https://github.com/usharik/mssqldependencybrowser

csharp dependency-analysis ms-sql-server t-sql tool visualization

Last synced: about 1 month ago
JSON representation

Simple tool to browse between dependent objects on MS SQL Server

Awesome Lists containing this project

README

        

# MsSqlDependencyBrowser
Simple tool to browse between dependent objects on MS SQL Server

### What this program can do:
* Connect to SQL Server instance with windows authentication
* Show text of stored procedures, functions and views in web browser window
* Highlight names of dependent object as hyperlinks! Just click on link to see text of dependent object!
* Do T-SQL syntax highlighting

### How to work with it:
* Build application or download latest [release](https://github.com/usharik/MsSqlDependencyBrowser/releases)
* Run application (possible with mono)
* Open http://localhost:8085/
* Press `Connect` button to specify server and database name

### Supported web browsers
* Microsoft Internet Explorer 11
* Microsoft Edge
* Google Chrome
* Mozilla Firefox

### To-do list
* SQL authentication
* T-SQL parser improvement

### If you like my application you can donate me here
[![ko-fi](https://www.ko-fi.com/img/donate_sm.png)](https://ko-fi.com/X8X8NI26)
[![PayPal](https://www.paypalobjects.com/webstatic/mktg/logo/pp_cc_mark_37x23.jpg)](https://www.paypal.me/usharik)