Web application licence suggestions [closed] - asp.net

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
There are 3 different licence type in MS-SQL server 2012:
Enterprise
Business Intelligence
Standard
What is their properties

From what I could make out of your question, Standard is what you probably need. Enterprise adds in additional high availability features, advanced BI options and ups the limits of memory and CPU. BI edition is mostly beneficial for data warehousing without the added expense of Enterprise.
Here is a good breakdown on functionality:
http://msdn.microsoft.com/en-us/library/cc645993.aspx

Related

how to apache druid or clickhouse [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 2 years ago.
Improve this question
I‘m a new to clickhouse, and already read "druid vs clickhouse", but still don't know which situation can use clickhouse. I know they are good OLAP engines。
Druid is an excellent timing database。 At large data scale, it can provide ad-hoc aggregate queries,clickhouse too;
They have similar disadvantages, such as slow data writing。
Which engine should I do with OLAP?
This is the great article https://leventov.medium.com/comparison-of-the-open-source-olap-systems-for-big-data-clickhouse-druid-and-pinot-8e042a5ed1c7
Either your organization should have engineers who are able to read, understand and modify the source code of the chosen system, and have capacity to do that. Note that ClickHouse is written in C++, Druid and Pinot — in Java.

How to share shiny apps with coworkers for free? [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 4 years ago.
Improve this question
Is there a way to share shiny apps internally with non-R users for free with unlimited hours? Also, due to the sensitivity of the data, I'd prefer not to have it open to the public.
Yes. The best solution is:
https://www.rstudio.com/products/rstudio-server-pro/
but if you want a free version you can get:
https://www.rstudio.com/products/shiny/shiny-server/
and for example add:
https://www.shinyproxy.io/
for authentication (if you need).
or
docker and https://hub.docker.com/r/rocker/shiny/

Network monitoring 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 6 years ago.
Improve this question
I am looking for a turnkey solution for server monitoring, especially disk space usage that notifies of certain events such as a particular drive getting low on space via email, text or both.
The client has 11 machines that need monitoring and money is not an issue with them as they run a time critical operation.
Any insights from personal experiences would be appreciated.
Try either Zabbix, Nagios or Pandora FMS. They're all basic monitoring solutions that can help in a greater or lesser measure heavily depending on the infrastructure and the time as you mentioned. In your position, for that small amount of devices I'd try one out that has an Open Source edition like Pandora FMS or OpenNMS.

Database documentation [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
Can anyone suggest me the format of how to make and analyse database documentation.
There are tools to reverse engineer the schema of a database into a diagram that shows tables, relationships, field descriptions, etc.
Visio can reverse engineer SQL Server databases, for example.

Free Testing Tools [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 8 years ago.
Improve this question
We have built an ASP.NET application and we would like to do functional, regression, load , and stress etc. tests.
Would you please let me know if there are any free tools to these tests?
Lightweight Test Framework
Selenium
Watin
One option is Telerik's WebAii framework.

Resources