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:21

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!

查看更多
孤傲高冷的网名
3楼-- · 2020-01-25 04:23

There is an express version on SSMS that has considerably fewer features but still has the basics.

查看更多
家丑人穷心不美
4楼-- · 2020-01-25 04:24

I have been using Atlantis SQL Enywhere, a free software, for almost 6 months and has been working really well. Works with SQL 2005 and SQL 2008 versions. I am really impressed with its features and keyboard shortcuts are similar to VS, so makes the transition really smooth to a new editor.

Some of the features that are worth mentioning:

  • Intellisense that actually works when using multiple tables and joins with aliases
  • Suggestion of joins when using multiple tables (reduces time on typing, really neat)
  • Rich formatting of sql code, AutoIndent using Ctrl K, Ctrl D.
  • Better representation of SQL plans
  • Highlights variables declarations while they are used.
  • Table definition on mouse hover.

All these features have saved me lot of time.

查看更多
冷血范
5楼-- · 2020-01-25 04:30
男人必须洒脱
6楼-- · 2020-01-25 04:30

vim + dbext :)

查看更多
登录 后发表回答