MSSQLTips Reviews Top New SQL Free Tools from Idera

Most of you are aware of the variety of free tools Idera offers to the SQL community to help with SQL Server tasks. Some of you have even mentioned those you have found helpful in your blogs, tweets, etc. (to which we are extremely grateful). Idera offers 14 free...

Continuous Delivery in the Database

Continuous Delivery in the Database

What is Continuous Delivery?  Agile Software development deals with the shorter development cycles and frequent releases. This development process offers great benefits to organizations by reducing the overall risk associated with software development.  ...

Контроль версий: Начните с Git, удаленных репозиториях и RAD Studio X Е8

Контроль версий: Начните с Git, удаленных репозиториях и RAD Studio X Е8

В одном из последних исследований среди разработчиков RAD Studio, мы поняли, что есть еще значительная часть сообщества, которые не используют какой-либо системы управления версиями, удивительное 32%. Есть много причин, чтобы использовать систему контроля версий,...

Life of a DBA in GIFs

A Database Administrator experiences a wide range of emotions. It could be one those endless meetings, friendly disagreements with fellow developers, getting something approved from managers or preparing your junior DBAs for bigger battles. Each day is a challenging...

CORS on DataSnap REST Server

Cross-origin resource sharing (CORS) is a mechanism that enables resources to be shared across domains. Typically this isn’t allowed to prevent security issues. To enable on your DataSnap REST server you can use the following code per MVP Nirav...

Detecting memory leaks with Precise

Detecting memory leaks with Precise

Memory leaks in java and .NET can cause major performance issues with the application. Precise helps you to detect those memory leaks. In java, Precise monitors the jvm heap size and usage. It indicates when the heap size grows as shown in the screenshot below. It can...