SQL Sharper 21

now available

An add-in designed for SQL Server developers to make SSMS even more Sharper.

SQL Sharper 21 for SSMS 21.

SQL Sharper 20 for SSMS 20/19/18.

Both versions are being maintained simultaneously.

Try it now.

Features:

  1. Table Schema View
    Layout table schema in a visualized view,you can also edit table and column descriptions with it.
  2. Format SQL
    Apply SQL formatting styles with custom options.
  3. Convert Values to Select-In Statement
    Convert a group of irregular values which is one-per-line to IN clause,such as 'WHERE [ID] IN (1,
    13,
    31,
    86)'
  4. CRUD Stored Procedure Generator
    Generate CRUD stored procedure from table node contextstrip menu.
  5. Export Schema Document
    Output the whole database schema into a .htm or .doc file with in just few seconds after they are cached.
  6. Copy/Export Data in Results Grid Pane
    Copy/Export results from Grid Pane to Excel/JSON/XML/CSV file types.
  7. Database Object Finder
    Find and locate table,view,stored procedure or user defined function more quickly.
  8. Code Generator
    A template-based code generator for you to generate application code from table/view/stored procedure in C#/Java/PHP or other languages.
    There are some samples built in,for more,you should edit template by yourself.
  9. Query History
    A pane records every statements you executed.
  10. Learn more…