(mdinh) This is a continuation of How To Check ORACLE_HOME Is Being Used
Other News
AWS Shop: DynamoDB, the AWS NoSQL database
(Frederique Retsema) The ultimate goal of our shop application [1] is to update the AMIS-shop table in the DynamoDB service. In this blog, I will tell a little bit more about DynamoDB.
Understanding RTO & RPO….
Disaster recovery is one of the most critical aspects to look into when you are designing a system. It becomes even more prominent while architecting a cloud solution.
The DB2Night Show #225: The new face of Db2: Cloud-Native and AI ready
(Martin) 100% of our studio audience learned something! Piotr showed how Db2 has evolved for AI and the cloud.
How to Fix ESLint Errors Upon Save in VS Code
(David Walsh) Two of the most prominent utilities in web development today are ESLint and Microsoft’s Visual Studio Code.
Could not obtain information about Windows NT group/user
(Kenneth Fisher) This is an interesting error that you’ll occasionally get when accessing an AD/Windows ID.
SSMS Quick Tip
(Daniel Janik) Today’s quick tip is for SQL Server Management Studio (SSMS). From time to time when I’m speaking I’ll get a question on how I pulled up help for a given DMV or table.
Tips for using data types in SQL Server 2019 (Part 1)
Tips for using data types in SQL Server 2019 (Part 1) Consider using Java data types. In SQL Server 2019 Java data types are currently supported for Input/Output data sets and Input/Output parameters. For example, you can execute a Java script by using the sp_execute_external_script system stored procedure. Use bigint data type, if you need to store integer data from...
Getting JavaScript Object Arrays from Google Sheets
(Darren G441) Fetch multiple grids of Google sheet data asynchronously and convert to arrays of simple JavaScript objects.
Understanding SQL Server Ownership Chaining
(K. Brian Kelley) I’ve heard of a security feature within Microsoft SQL Server called ownership chaining. However, I don’t understand what it is or how it works. When is it applied? What does it affect?