Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am testing the Redgate belt and the set of tools seems pretty amazing... but before I buy anything... could you recommend any other tools similar to these?
The only other vendor with a similar line-up and quality that I know of would be ApexSQL
Visual Studio Database Edition provides a subset of the features RedGate provides. It might be better than RedGate if your team uses Team Foundation Server for source control.
If you need data comparison, schema comparison or visual query builder, than you should take a look at our database tools for SQL Server.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
is there any plugin/tools for SQL DB monitoring
i would like to know what has been inserted into which table/column when the 3rd party app writes the DB.
SQL Profiler which comes with most editions of SQL Server can be configured to monitor transactions against specific databases and/or logins.
newrelic is pretty useful for such requirements
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Is there a tool, online or off, that will allow you to create and visualize a OOP structure so that you can plan your software before you code?
I'm looking for something that will allow me to lay out all my classes and put in method names and property names, this way I can look at the entire design at once and see what could be made better before I actually go in and write all that code.
There are many tools like that, some free some very expensive. If you live in the Microsoft world Visual Studio comes with wonderful designer. Otherwise search for "UML modelling tools" on your favorite search engine...
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Are there any free tools providing snippets and syntax checking similar to Refactor in Visual Studio 2003/05/08/10?
#edit: To MSSQL, any version..
Take a look at this:
SSMS Tools
It offers snippets, basic formatting and a bunch of other features.
The only tool I know about is RedGate SQL Refactor. I have tried it a number of times, but I always end up uninstalling because it's not good enough to my liking.
You can try out free SSMS and VS add-in, ApexSQL Complete
ApexSQL Complete provides snippets and syntax checking and a lot of other features (aliases, the Insert procedure parameters automatically option , the Insert full INSERT statement option and so on)
Disclaimer: I work for ApexSQL as a Support Engineer
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Is there any free clients in which I can browse MS SQL Databases...?
Take a look at Microsoft SQL Server Management Studio Express
Try HeidiSQL http://www.heidisql.com/ - it's open source and does both MSSQL and MySQL. It is very well featured.
(just a note as of Aug 2013 the author is working on MS Azure MSSQL access but it's not working yet)
A lightweight alternative - which also allows browisng of other databases - is SqlDbx. The Personal Edition is free.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
thanks for your time and sharing.
Please guide me is there some free tool (to use with SQL Server 2005 Express edition) that can generate data base schema by making diagrame and reverse engineering of an existing database ?
Thanks for guiding me.
How about
Microsoft SQL Server Management Studio Express
Download it here