(Robert Golebiowski) In the last blog post of this series, we discussed in detail how Master Key encryption works. In this post, based on what we already know about Master Key encryption, we look into how Master Key rotation works.
Other News
Choosing a Processor for SQL Server
(Pinal Dave) Choosing a Processor for SQL Server is always a challenge and I often find DBAs and organizations struggling with the same. I have request SQL Server Expert Glenn Berry (b|t) to help us in selecting the right CPU. I am confident that this blog will help us select the right Processor (CP
Social Media Authentication in Angular
(Haridhass Mani) Social login uses existing login information from a social network provider (i.e. Facebook, Linkedin or Google, etc…) The user can sign into a third-party website instead of creating a new account specifically on that website.
Tips for using views in SQL Server 2019
Tips for using views in SQL Server 2019 Use views instead of heavy-duty queries to reduce network traffic. Using views instead of heavy-duty queries can reduce network traffic, because your clients will send to server only a simple query, such as SELECT * FROM VIEW_NAME (perhaps with some parameters), instead of large heavy-duty queries text. Consider using stored procedures instead...
Make Your Power BI Report Run Faster By Showing The Same Data In Fewer Visuals
(Chris Webb) Do you have a Power BI report that has a row of card visuals on it, something like this:
Why I Support Code Automation Tools Like ORMs
(Grant Fritchey) I know I’m a weirdo. I’ve always been a weirdo. When I was a DBA (now I only play one on TV), I was a weirdo too. Case in point, ORM tools. Whether we’re talking nHibernate, Linq, or Entity Framework, the degree of loathing for these tools by most DBAs is really hard to measure.
Connectstrings in the OCI
(Pieter Van Puymbroeck) Under the category; asked and answered. When you have created a Data Guard config, the most obvious is that you eventually would like to connect to the Database. This is done using a connect string, often specified in tnsnames.ora or via jdbc-thin.
Installation of Grafana on OCI Instance
(Skant Gupta) In this post, we will show you how to install Grafana from the repository on a OCI Instance which Oracle Linux 7.7 running.
OCI Data Science – Initial Setup and Configuration
(Brendan Tierney) After a very, very, very long wait (18+ months) Oracle OCI Data Science platform is now available.
How to use regular expression in Java?
(Mohamed Sanaulla) Regular expressions are very important tool for seraching in text.
