Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQL Server Management Studio alternatives to browse/edit tables and run queries [closed]

Tags:

sql-server

I was wondering if there are any alternatives to Microsoft's SQL Server Management Studio?

Not there's anything wrong with SSMS, but sometimes it just seem too big an application where all I want todo is browse/edit tables and run queries.

like image 767
GateKiller Avatar asked Aug 07 '08 19:08

GateKiller


People also ask

What is better than SSMS?

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

What is Toad SQL Server?

Toad for SQL Server is a database development and administration tool that increases user productivity and ensures optimal code quality for the SQL Server environment.

Will Azure Data Studio replace SSMS?

It is a great tool, and I felt furious when a colleague mentioned that Azure Data Studio will replace SSMS in the long run. In this new article, we will talk about the main differences between Azure Data Studio and SSMS. We will see if my colleague is right or if he is nuttier than a fruitcake.


3 Answers

I've started using LinqPad. In addition to being more lightweight than SSMS, you can also practice writing LINQ queries- way more fun than boring old TSQL!

like image 50
Evan Avatar answered Oct 12 '22 18:10

Evan


TOAD for MS SQL looks pretty good. I've never used it personally but I have used Quest's other products and they're solid.

like image 20
brendan Avatar answered Oct 12 '22 17:10

brendan


Seems that no one mentioned Query Express (http://www.albahari.com/queryexpress.aspx) and a fork Query ExPlus (also link at the bottom of http://www.albahari.com/queryexpress.aspx)

BTW. First URL is the home page of Joseph Albahari who is the author of LINQPad (check out this killer tool)

like image 19
Piotr Owsiak Avatar answered Oct 12 '22 16:10

Piotr Owsiak