Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Like for .NET we have some special tools/framework/open source like Entity framework, log4net, various open source tools and projects.. Do we have similar kinds of add on's/tools/software for SQL Server [which is free, of course] ?

I am a .NET developer and this is my first deep step to sql server, till now I have worked only on SP,Views and functions. I just wanted to explore the others features too.

share|improve this question

8 Answers

up vote 7 down vote accepted

I can't live without http://www.ssmstoolspack.com/

share|improve this answer
2  
+1. SSMS Tools pack is great – Mitch Wheat Oct 29 '10 at 5:31

And of course, there is the built-in tool, SQL Profiler which is really worth learning.

share|improve this answer

Two absolutely indispensable tools for me are:

  • Red-Gate Software's SQL Prompt - really useful Intellisense, *-expansion, templates and so much more

alt text

alt text


  • Red-Gate Software's SQL Search - a FREE SQL Server Mangement Studio add-on to search for database objects - any of them - by name or parts of names. Extremely useful in everyday work

alt text

share|improve this answer

Let us suggest the Optillect SQL Decryptor - a tool that can easily decrypt stored procedures, function, views, and triggers. Support for SQL Server 2000, SQL Server 2005, SQL Server 2008, SQL Server 2011 (except SQL Azure).

share|improve this answer

Let us introduce you to some of our tools, designed for SQL Server:

and

share|improve this answer

For unit testing frameworks, check out either TSQLUnit or T.S.T. the T-SQL Test Tool.

share|improve this answer

EMS SQL Manager is also worth trying. It is available for SQL Server and for other database too!!!

Find it here

share|improve this answer

For offline database projects (includes schema compare, database schema snapshots, RAD object designer, version targeting, intellisense, deployment wizard) you may want to grab 'SQL Server Data Tools' (SSDT) from here. It's free, either runs stand-alone or integrates as templates into VS2010 SP1 or greater.

I also blogged about it here.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.