Oracle Predictive Analytics: How to Predict of Employee Attrition

Business intelligence, Oracle BI

From the Customer Segmentation tutorial, you already know that Oracle Analytics provides several...
Read More

Upload Files to AWS S3 with the AWS CLI

AWS, Cloud

Introduction Amazon Web Service, aka AWS, is a leading cloud infrastructure provider for storing your servers, applications, databases,...
Read More

An Overview of the SQL Variables Usage

Languages & Coding, SQL Server

The SQL variable is a local variable that can store a single data value temporarily. Its lifecycle starts with declaration and ends with...
Read More

Exploring SQL Server LEN() Function

Database development, SQL Server, Statements

SQL Server supports different data types to store relevant data in SQL tables. These data types can...
Read More

SQL Server COUNT Function

Database development, Statements

COUNT is one of the common SQL Server Aggregate operations done by almost all SQL Server Developers for their day-to-day needs. In this...
Read More

SQL Server Configuration Manager

Database development

Introduced in SQL Server 2005, SQL Server Configuration Manager is a tool that is installed by default with SQL Server Installation to...
Read More

How to limit rows in SQL Server

Uncategorized

While executing SELECT queries on tables containing huge records, developers often need to limit...
Read More

Stored Procedure to Get Logins and Server Roles Inventory

Database development, Stored Procedures

Security is for sure one of the most important areas that we, as professional DBAs, must cover. Within SQL Server, there are many...
Read More

User-Defined Data Types In SQL Server

SQL Server

SQL Server platform comes with many data types, but there are cases when they are not sufficient. Or, custom data types could help make...
Read More

Varchar To Date Conversions In SQL Server

SQL Server

In many scenarios, date and time information is loaded and stored in the text format. Converting...
Read More
Close