Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ironmansoftware/universal-database-explorer

A MS SQL database explorer.
https://github.com/ironmansoftware/universal-database-explorer

Last synced: 9 days ago
JSON representation

A MS SQL database explorer.

Awesome Lists containing this project

README

        

# PowerShell Universal Dashboard Explorer

View databases, tables, users and data in your MS SQL server.

# Requirements

This template requires the `dbatools` module.

```powershell
Install-Module dbatools
```

# Usage

By default, this dashboard connects to `(localdb)\MSSQLLocalDB`. You can connect another MS SQL Server instance by using the Set SQL Instance key.

# Screenshots

![](./databases.png)

![](./tables.png)

![](./users.png)

![](./views.png)

![](./table-data.png)