SkyLineSQL is a lightweight and efficient tool designed to help you quickly filter and search for SQL Server database objects using simple command-based queries.
Currently, it is Windows only.
- Instantly search for various SQL Server database objects.
- Easy-to-use command-based search format.
- Supports filtering by tables, stored procedures, triggers, functions, views, and more.
/<commands>(optional) <search>
You can also provide multiple commands.
| Command | Object Type |
|---|---|
u |
Table |
p |
Stored Procedure |
t |
Trigger |
f |
Function |
v |
View |
a |
All |
- /u customer # Search for tables related to 'customer'
- /p getInvoice # Search for stored procedures with 'getInvoice'
- /t trg_ # Search for triggers starting with 'trg_'
- /a payment # Search all object types with 'payment'
- /up customer # Search for tables and stored procedures with to 'customer'
Feel free to submit issues or feature requests. Contributions are welcome!