Alternativas de SQL Server Management Studio para examinar / editar tablas y ejecutar consultas [cerrado]


Me preguntaba si hay alguna alternativa a SQL Server Management Studio de Microsoft?

No hay nada malo con los SSMS, pero a veces parece una aplicación demasiado grande donde todo lo que quiero es navegar/editar tablas y ejecutar consultas.

 117
Author: Álvaro González, 2008-08-07

12 answers

He empezado a usar LINQPad. Además de ser más liviano que SSMS, también puede practicar escribir consultas LINQ, ¡mucho más divertido que el aburrido y viejo TSQL!

 45
Author: Evan,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2008-08-07 20:36:37

Parece que nadie mencionó Consulta Express (http://www.albahari.com/queryexpress.aspx) y un tenedor Consulta ExPlus (también en la parte inferior de http://www.albahari.com/queryexpress.aspx)

POR cierto. La primera URL es la página de inicio de Joseph Albahari, que es el autor de LINQPad (echa un vistazo a esta herramienta asesina)

 18
Author: Piotr Owsiak,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2010-02-26 10:11:38

SAPO para MS SQL se ve bastante bien. Nunca lo he usado personalmente, pero he usado otros productos de Quest y son sólidos.

 18
Author: brendan,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2012-02-10 01:26:28
 13
Author: Govind KamalaPrakash Malviya,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2011-08-16 17:55:09

He estado usando Atlantis SQL Enywhere, un software libre, durante casi 6 meses y ha estado funcionando muy bien. Funciona con las versiones SQL 2005 y SQL 2008. Estoy realmente impresionado con sus características y los atajos de teclado son similares a VS, por lo que hace que la transición sea realmente suave a un nuevo editor.

Algunas de las características que vale la pena mencionar:

  • Intellisense que realmente funciona cuando se usan varias tablas y se unen con alias
  • Sugerencia de se une cuando se usan varias tablas (reduce el tiempo de escritura, realmente limpio)
  • Formato enriquecido del código sql, AutoIndent usando Ctrl K, Ctrl D.
  • Mejor representación de los planes SQL
  • Resalta las declaraciones de variables mientras se usan.
  • Definición de tabla al pasar el ratón por encima.

Todas estas características me han ahorrado mucho tiempo.

 13
Author: user_v,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2014-04-29 23:16:05
 9
Author: Thuglife,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2008-12-13 00:19:57

Si ya está pasando tiempo en Visual Studio, siempre puede usar el Explorador de servidores para conectarse a cualquier servidor de base de datos compatible con.Net.

Siempre que esté utilizando Professional o superior, puede crear y editar tablas y bases de datos, ejecutar consultas, etc.

 6
Author: Daniel O,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2008-08-07 23:47:57

Hay una versión de express en SSMS que tiene considerablemente menos características, pero todavía tiene los conceptos básicos.

 4
Author: Paul G,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2015-11-22 23:39:29

Vim + dbext :)

 3
Author: sumek,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2011-10-05 16:29:29

Todavía puede instalar y utilizar Query Analyzer desde versiones anteriores de SQL Server.

 1
Author: dkretz,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2008-12-12 23:17:16

Oracle tiene un programa gratuito llamado SQL Developer que funcionará con Microsoft SQL Server, así como Oracle & MySQL. Sin embargo, al acceder a SQL Server, Oracle SQL Developer solo está diseñado para permitir una migración fácil a Oracle, por lo que su base de datos de SQL Server es esencialmente de solo lectura.

 1
Author: aef123,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2011-08-27 20:24:02

¿Qué tal Embarcadero SQL rápido Realmente bueno pero un poco caro.

 0
Author: pyccki,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2012-05-30 15:03:26