Good database client (MS SQL Server) with autocomplete, low memory and printing for free?

Any sugestions?

I am currently using Squirell, but it consumes quiet memory ... I am just using the SQL client to run some queries and get the result, but I absolutely need to auto-populate tables, columns, etc.

+1


source to share


2 answers


SQL Server Management Studio Express (intellisense only works on Sql Server 2008)



+3


source


RedGate, which has SQLCompare with a tool called SQL Prompt, which provides:

  • Smart code completion for fast, accurate script building
  • Script layout for readability of the code.
  • Support for cross-database queries and linked servers
  • Integration with SSMS, SSMS Express, Query Analyzer and Visual Studio
  • Keyword formatting, code snippet integration, column collector and many more features.

I only tried the 14 day free trial and it was a great pleasure to use it. I mainly work in Query Analyzer and it works great there.



http://www.red-gate.com/products/SQL_Prompt/index.htm

Nice demo video: http://www.red-gate.com/products/SQL_Prompt/video.htm

+2


source







All Articles