Published Articles

"Power is gained by sharing knowledge not by hoarding it!"

Articles

Data Cleaning is an art..

Before any data scientist can concentrate on modeling, they must first master data cleansing. The complexity of your modeling will be determined by how successfully you clean your data. The cleaner your data sets are during the cleansing stage, the simpler the learning algorithms will be during the modeling stage.










Learn more

T-SQL Query Tuning and Optimization for Data Analysts/SQL Developers

There might be a number of reasons why your query is taking so long. SQL performs computations to get the information whenever you execute a query. Query tuning is a technique that makes a query execute quicker by reducing the amount of computations that SQL may do.







Learn more

The Easiest Way to Load Data with an Identity Column in MS SQL Server

If an identity column is specified, how would you load the data into a table? There are multiple ways to achieve this. In this article, I will explain the most efficient way!









Learn more


Back to Home