(Gerald) Oracle Database 18c Express Edition can be enabled for automatic startup and shutdown with the Linux operating system.
Community
How to Perform an Online Page Level Restore in SQL Server
(Simon Liew) I have a SQL Server database in FULL recovery model. Our nightly database integrity checks were successful, a full database backup was completed and then an outage occurred which corrupted a couple of data pages in the database. We want to perform a page level restore on our live databa
Deployment Of Angular App To Heroku
(Usama Shahid) Heroku is really amazing. It is actually a platform-as-a-Service (PaaS) that lets you build, monitor, and scale your apps. It is one of the best cloud Platform-as-a-Service options out there and it is suitable when you want to build the back-end of your application yourself from scrat
SQL SERVER – The Older Way to Find Size of Index Using Deprecated sysindexes
(Pinal Dave) Earlier this month, I wrote a blog post about How to Find Size of the Index for Tables? – Interview Question of the Week #198, in this I had explained the way to find the size of the index for the table.
The Bleeding Edge Of Razor
(Dave Glick) Over the years there’s been a number of projects designed to make using Razor templates from your own code easier. For a while, these third-party libraries were the only way to easily use Razor outside ASP.NET MVC because using the ASP.NET code directly was too complicated.
Incorporate Git and IBM Cloud information into BASH command prompt
(Henrik Loeser) Many of you know that I love to use the command line. Because my day to day work includes interfacing IBM Cloud and GitHub, I have changed the BASH configuration to include related information into the command prompt.
How To Best Use Percona Server Column Compression With Dictionary
(Yves Trudeau) Very often, database performance is affected by the inability to cache all the required data in memory. Disk IO, even when using the fastest devices, takes much more time than a memory access.
Using colplot to visualise performance data
(Martin Bach) Back in 2011 I wrote a blog post about colplot but at that time focused on running the plot engine backed by a web server. However some people might not want to take this approach, and thinking about security it might not be the best idea in the world anyway.
Using JdbcTemplate in a Spring Boot Web Application
(Han Bo Sun) In this tutorial, I will introduce the use of Spring JdbcTemplate in a Spring Boot web application. This tutorial will show how to create the necessary configuration for JdbcTemplate. And how it can be used for data insertion and retrieval.
Protocols in ASP .NET Core: HTTPS and HTTP/2
(Shahed Chowdhuri) This is the fourth of a new series of posts on ASP .NET Core. This week, we’ll be looking at the use of HTTPS in ASP .NET Core projects (using HTTP/1.1 today) and also HTTP/2 support for future ASP .NET Core projects.
