(Ben Nadel) Over the weekend, I tried to showcase the awesome power of multiple cursors in Sublime Text 3 (ST3). As I was doing that, I thought about two of the ST3 key combinations that I use all the time: CMD+K followed by either CMD+U (uppercase) or CMD+L (lowercase).
Community
Row scanned equals to 1, Is the query is optimally tuned ?
(Karthik P R) A few days ago one of our intern @mydbops reached me with a SQL query.
Power Query Source for SQL Server Integration Services
(John Miner) The adoption of Power BI desktop and Power BI service has been gaining movement ever since it was released five years ago. Power Query is used to import/transform the data into the model and Power View is used to visualize the data in reports.
AWS Key Management System ( AWS KMS) to Encrypt and Decrypt Using the AWS Java 2 SDK
(James A. Brannan) In this tutorial, we explore the AWS Key Management System (AWS KMS) to encrypt and decrypt data via the AWS Java 2 SDK. This tutorial encrypts/decrypts in two different ways.
The EXECUTE permission was denied on the object ‘xp_prop_oledb_provider’, database ‘mssqlsystemresource’
(Jack Vamvas) Question: When attempting to expand the Catalogs in the linked server object defined, I received below message.How can I fix this problem?
New features between Java 8 and Java 14
(Ondrej Mihalyi) Since version 9, Java has new features every 6 months and it’s very hard to keep track of these new changes.
Basic DynamoDB Data Modelling
(Fahd Mirza Chughtai) The key differentiator between a NoSQL database like AWS Dynamodb and a relational database like Oracle is of the way data is modelled. In a relational model; data is normalized, de-duplicated and relationships are established between entities.
#757 OIC –> Weblogic JMS adapter
(Niall Commiskey) Here is a simple example of using the Weblogic JMS adapter in OIC –
Oracle 19c Automatic Indexing: Adding Columns To Existing Automatic Indexes (2+2=5)
(Richard Foote) In my previous post, I discussed how when the following query is run:
Delivering Automated Terraform CI/CD with Azure DevOps
(Saumilkumar Shah) This tutorial demonstrates how to deploy Azure Infrastructure using Terraform. In today’s DevOps world, Infrastructure as Code (IaC) is an essential component. ARM templates are great, but they can be difficult to author. Terraform is a great option to ARM templates.