Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

A plugin like "Resharper" for SQL Server Management Studio?

Tags:

Does anybody know of a program or plugin for SQL Server Management Studio which is like Resharper for MS Visual Studio?

For example, it would be great to enter Ctrl-Shift-N and after starting to enter the name of a stored procedure to see list of stored procedures with most general commands like - alter, drop and create.

like image 482
user628147 Avatar asked Mar 24 '11 08:03

user628147


People also ask

What are SQL plugins?

The SQL Toolkit plugin executes database queries that can display the output of the query in the dataview and run custom queries to monitor database data. This plugin can connect to and extract data from the following supported databases: MySQL or MariaDB. Microsoft SQL Server.

What can I use instead of SSMS?

Microsoft SQL Server, MySQL WorkBench, Microsoft Access, AzureDataStudio, and PostgreSQL are the most popular alternatives and competitors to Microsoft SQL Server Management Studio.

Does Visual Studio have SSMS?

SQL Server Management Studio (SSMS) extensions are created with C# through the "Visual Studio extension development" workload in Visual Studio.

Is there a tool like SSMS that runs on Linux?

If you do not have a Windows machine to run SSMS on, consider using Azure Data Studio. It provides a graphical tool for managing SQL Server and runs on both Linux and Windows.


2 Answers

Look at the ApexSQL refactor, it is FREE amazing add-in for Visual Studio and SQL Management Studio. http://www.apexsql.com/sql_tools_refactor.aspx

like image 112
Anton Kalcik Avatar answered Oct 13 '22 23:10

Anton Kalcik


You can try SQL Prompt by redgate

like image 22
hallie Avatar answered Oct 13 '22 22:10

hallie