Suggest a new feature for SQL Search - Looking up value.

jetwangcnjetwangcn Posts: 7
edited August 15, 2016 1:13PM in SQL Search
Looking up any value in any DB, returns Tables/Columns/Rows in any DB per any value that you inputted

Looking up any values in any DB with the brute force approach.
--This feature will look at every table and every column for a string, number, or datetime value, etc
--It supports begins with, ends with, and contains for strings and returns a query of results
--including the count of total matches on the table and the sql needed to query that result up.
--It's also support multiple options like contains, begins with, ends with, and exact match.
--Secondly it also supports number and date searches, xml etc.

I have already implemented above features with a stored procedure, but hope all those features could be added into SQL Search with Graphical User Interface, that would be awesome if red gate could do it. :):o

Comments

  • Jessica RJessica R Posts: 1,319 Rose Gold 4
    Thank you for your suggestion!

    It looks like you may have done this already here, but posting on our UserVoice forum is the best way to make a feature request as it is looked after closely by our development team. :)

    Jessica Ramos | Product Support Engineer | Redgate Software

    Have you visited our Help Center?


Sign In or Register to comment.