Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/usharik/mssqldependencybrowser
- Owner: usharik
- License: gpl-3.0
- Created: 2017-05-04T19:15:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T19:41:17.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T07:40:26.534Z (about 1 month ago)
- Topics: csharp, dependency-analysis, ms-sql-server, t-sql, tool, visualization
- Language: C#
- Homepage:
- Size: 94.7 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)