Debugging tool in SQL server? [closed] - sql

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Does anybody know if there is a third party debugging tool to debug SQL code in SQL server 2008 R2? Similar to the debugger in VS2010.

What's wrong with the TSQL debugger in SQL Server 2008 management studio.
Also here's a video showing how to use it

I agree with Arnon Rotem-Gal-Oz, however for the sake of options here you go.
http://www.red-gate.com/products/sql-development/sql-developer-bundle/
it is a paid option, however I think you can get a demo that may allow you to get your debugging done for a bit.

Related

How to query Apache Ignite cache using some SQL query tool? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Is there explanation and step by step example on how to set JDBC/ODBC with some comercial or open source tool (e.g. datagrip, sql-workbench or some other sql-console), and query Ignite cache with regular SQL query?
p.s. Looking for external client example, not a java code to query it.
Check this: https://apacheignite.readme.io/docs/sql-tooling
It uses DBeaver as an example, but the same can be applied to other tools as well.

SQL Server datasets [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I would like to know if there are any SQL Server ready datasets which one can use. I know there's AdventureWorks (which i'm already using), but i would like to know if there are more.
I also open for paid solutions.
Thank you,
Vítor Barreto
Kimberly "The Queen of Indexing" Tripp of SQL Skills fame has a few very good, pretty large sample downloads available for free:
https://www.sqlskills.com/sql-server-resources/sql-server-demos/
And if you want a really enourmous data set - you can download the whole (anonymised) Stackexchange dump from here:
https://archive.org/details/stackexchange

Redis Desktop Manager for Aerospike? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Is there an Aerospike tool that's similar to Redis Desktop Manager in that it can go into a host and view/edit the entries/records that's stored just on that server?
aql, which is a native Aerospike tool, is like sql, which obviously doesn't have this functionality.
You have AMC, a GUI management console, but it is not a data browser. Early stage projects and community contributions are often promoted in Launchpad, so you should look there.
Sounds like a good community contribution, if you're up for it.

Where's the download link of SSMS - ISO image? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm looking for the ISO image of SQL Server Management Studio, I got many results related to SQL Server, but I'm confused which one of them to download.
Download SQL Server Management Studio Express version for free.
http://www.microsoft.com/en-us/download/details.aspx?id=29062
You can find the SQL Server Management Studio preview releases as well as previous standalone releases here:
https://msdn.microsoft.com/en-us/library/mt238290.aspx
You can visit Turbo.net and stream SSMS in a container, which means you don't even need to "install" it. Clever stuff. And at no cost.
It's highly likely that launching apps via containers will be the norm in a few years' time. It's great that Turbo already provides this service.

Open source Test case management tool [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I am looking for an open source test case management tool.
Is there anything which can take csv / xml / xls files and create test cases for me.
Recently found Nitrate\Kiwi, which is written in Python as Django app, may be interesting to take a look at https://github.com/kiwitcms/Kiwi
The free community edition of Klaros Testmanagement has support for importing test cases from xls and XML.
It is not open source but free to use and not time or user crippled.
Disclaimer: Being involved in the development I am biased