Skip to content

ktaranov/SqlServerSearcher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SqlServerSearcher

I made this application to make it easier to search a Microsoft SQL Server database. The application makes it possible to search in:

  • Table names
  • Table column names
  • View names
  • View column names
  • Index names
  • Stored procedure names
  • Stored procedure definitions
  • Stored procedure parameter names
  • Function names
  • Function definitions
  • Function parameter names

The application searches the specified database system views for the information.

When right-clicking a found stored procedure name og function name in the treeview, its possible to get the definition shown.

Shortcut keys

  • Alt-C: Connect
  • F3 or Alt-F: Find
  • F12: Show definition of stored procedure og function

Task list

  • Make it possible to use more than one search term
  • Implement the 'Match case' checkbox functionality
  • Display metadata about the found element when clicking the TreeView node
  • Display metadata about the connected server
  • Right-click in treeview to find all references
  • Right-click in treeview to show content of stored procedure or function
  • When matches are found in the definition of stored procedures and functions, then highlight the matches

Screenshots

The login dialog

logindialog

Search

search

View definition

search

Icons

Icons for the application is from: https://github.com/ioBroker/ioBroker.icons-open-icon-library-png

Packages used

About

Tool ofr searching a Microsoft Sql Server database for tables, views, indexes, stored procedures and functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%