SQL
datapandasadmin

Pyodbc Sqlalchemy Python 2 and 3 SQL Server Native Client 11.0

This is a sample code to use Python to connect to SQL Server Native Client.

Read More »
Data Warehousing
datapandasadmin

Free Entity Relationship and Relational Schema Diagram Tool

ERDPLUS One tool I generally use when working on a projects, mini tasks and exploration is the ERDPLUS tool . It is quite simple and easy to use. It is a Free tool as well. Below are some diagrams I generated when i first got in contact with with tool. ERD DIAGRAMS: 1. 2.  A

Read More »

Splitting Values in one Column to Multiple Columns using CASE Expression Statement SQL Server

Sometimes, you would want to split values in a column into separate rows  in SQL server.  This is a simple guide. Lets check the fields in the table we will be working with.

Let’s check the result:   We can see that the itemType field has different values wheres as the price and quantity

Read More »