(Rafi Ezry and Bruce Tyler) Artificial intelligence is a major driver of value for the enterprise. According to a recent AI study from IBM, 82 percent of organizations are now at least considering AI adoption, and the number of companies that are beyond the AI implementation stage is 33 percent high
Community
Node.js Logging Tutorial
(Phil Vuollet) Logging is an important part of supporting the complete application life cycle. From creation to debugging to planning new features, logs support us all the way.
How to Use Enums in C#
Enum is a strongly typed constant and keyword defined for the Enumeration new data type. A Typesafe enumeration provides an efficient way to define a set of named integral constants that may be assigned to a variable
When the Watch Window in Visual Studio Doesn’t Update
(Peter Vogel) While debugging in Visual Studio, you may notice, when you check some value in the Watch window, one of two icons beside your data.
Let’s talk about trace flags
(Pam Lahoud) One of the most confusing aspects of SQL Server configuration is often trace flags.
MySQL 8 and the FRM drop.
(Marco Tusa) (What I should keep in mind in case of disaster)
Top-N Queries
(amitzil) This is an old story. It started in 2015 when I found a problem with TOP-N query performance.
ORA-25153: Temporary Tablespace is Empty has been detected in FND_GSM_UTIL.APPEND_CTX_FRAGMENT
(Mohamed Azar) While Cloning
Minimal Oracle – 1
(Franck Pachot) The Oracle Database software is large, several gigabytes in Oracle Home for the part that is deployed on the operating system, and additional megabytes in SYSTEM tablespace for the part that is deployed as stored procedures (mainly the dbms_% packages).
Installing and Using mssql-cli on Linux for SQL Server
(Rajendra Gupta) Microsoft recently released an interactive, cross-platform command line query tool called mssql-cli. My previous tip new interactive command line tool mssqlcli for SQL Server, shows the mssql-cli installation and features on the Windows OS.
