SQL Sharper 20

now available

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

SQL Sharper 20 offering support for SSMS 20

while maintaining backward compatibility with SSMS 18/19.

Current Version:20.0.0

Features:

  1. Table Schema View
    Layout table schema in a visualized view,you can also edit table and column descriptions with it.
  2. Convert Values to Select-In Statement
    Format a group of irregular values which is one-per-line to IN clause,such as 'WHERE [ID] IN (1,
    13,
    31,
    86)'
  3. CRUD Stored Procedure Generator
    Generate CRUD stored procedure from table node contextstrip menu.
  4. Export Schema Document
    Output the whole database schema into a .htm or .doc file with in just few seconds after they are cached.
  5. Export Data in Results Grid Pane
    Export results from Grid Pane to Open Xml Format (MS Excel 2007+) instead of built-in CSV output function.
  6. Database Object Finder
    Find and locate table,view,stored procedure or user defined function more quickly.
  7. 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.
  8. Query History
    A pane records every statements you executed.
  9. Learn more…