SQL Server Management Studio alternatives to brows

2020-01-25 04:00发布

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.

标签: sql-server
12条回答
叛逆
2楼-- · 2020-01-25 04:36

How about Embarcadero Rapid SQL Really good but kind of expensive.

查看更多
趁早两清
3楼-- · 2020-01-25 04:37

You can still install and use Query Analyzer from previous SQL Server versions.

查看更多
萌系小妹纸
4楼-- · 2020-01-25 04:38

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.

查看更多
Rolldiameter
5楼-- · 2020-01-25 04:38

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)

查看更多
不美不萌又怎样
6楼-- · 2020-01-25 04:39

If you are already spending time in Visual Studio, then you can always use the Server Explorer to connect to any .Net compliant database server.

Provided you're using Professional or greater, you can create and edit tables and databases, run queries, etc.

查看更多
爱情/是我丢掉的垃圾
7楼-- · 2020-01-25 04:43

Oracle has a free program called SQL Developer which will work with Microsoft SQL Server as well as Oracle & MySQL. When accessing SQL Server, however, Oracle SQL Developer is only intended to enable an easy migration to Oracle, so your SQL Server database is essentially read-only.

查看更多
登录 后发表回答