(Mohammed Moinudheen) One great feature of SQL Server is the ability to get alerts when there are issues. The alert process can send email notifications using Database Mail after you have configured your SMTP settings and setup your jobs and alerts to use this account. In some cases, you may not hav
Other News
ASP.NET Web API 2 – Creating And Validating JWT (JSON Web Token)
(Bilal Shahzad) Creating & validating JSON Web Tokens is very straightforward in ASP.NET Web API 2. A few packages and lines of code is all we need to create JWT tokens and to validate a JWT bearer tokens.
Storing IoT Data in a database
(Jim Bennett) One question that comes up a lot when getting started with IoT is ‘How do I store all this data?’. This is an important question – IoT creates a LOT of data, some of which can be analyzed on the fly, but there are a large number of cases where you want to run analytics later, or have […]
MySQL Server 8.0.18: Thanks for the Contributions
(Jesper Krogh) In my blog series about external contributions to MySQL 8 we have reached version 8.0.18 which was released Monday 14 October 2019. Again the community has contributed to make MySQL better.
srvctl config all
(mdinh) Learned something new today and not sure if it’s new feature.
SQL SERVER – Simple Example of Batch Mode in RowStore
(Pinal Dave) One of the reasons, I love my job is that I get to work with the latest technology and also get to speed up the client’s computer. Recently one of my clients upgraded their SQL Server to the latest version SQL Server 2019. After the upgrade, they expected that the performance of SQL Ser
Java developer must-have skills
(Bhagvan Kommadi) Java developer needs to have core skills to build enterprise-level software. In this tutorial, we will see the must-have skills for a java developer.
.NET – Create Your Own Script Language with Symbolic Delegates
(Thomas Hansen) I love my C# compiler. My girlfriend claims I love it more than I love her, although, for obvious reasons, I’d never admit to that in public. Strong typing, generics, LINQ, garbage collection, CLI, the list of compelling traits goes on. However, every now and then I need a couple of
Group Replication delivery message service
(Aníbal Pinto) In the process of enhancing MySQL replication with new features for our users, we also improve the internals. A lot of work goes also to modernize the codebase and make it easier to maintain and obviously extend as well.
Oracle patches – some basics and good-to-know information
(Martin Berger) Oracle Patches can occur very complicated and confusing. Most of the time they are zip files with strange and sometimes inconsistent naming convention.
