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:
-
Table Schema View
Layout table schema in a visualized view,you can also edit table and column descriptions with it.
-
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)' -
CRUD Stored Procedure Generator
Generate CRUD stored procedure from table node contextstrip menu. -
Export Schema Document
Output the whole database schema into a .htm or .doc file with in just few seconds after they are cached. -
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. -
Database Object Finder
Find and locate table,view,stored procedure or user defined function more quickly. -
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. -
Query History
A pane records every statements you executed.